#CAFA9F

Color #CAFA9F Reef (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef #CAFA9F

Tints of Reef #CAFA9F

Color information

#CAFA9F (or 0xCAFA9F) is unknown color: approx Reef. HEX triplet: CA, FA and 9F. RGB value is (202,250,159). Sum of RGB (Red+Green+Blue) = 202+250+159=611 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.06% from 611); Green value is 250 (98.05% from 255 or 40.92% from 611); Blue value is 159 (62.5% from 255 or 26.02% from 611); Max value from RGB is 250 - color contains mainly: green. Hex color #CAFA9F is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFA9F is #350560. Grayscale: #E1E1E1. Windows color (decimal): -3474785 or 10484426. OLE color: 10484426.

HSL color Cylindrical-coordinate representation of color #CAFA9F: hue angle of 91.65º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #CAFA9F is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.02.

Color convert

RGB202250159-
CMYK0.1900.360.02
HSL91.65º90.1%80.2%-
HSV(B)91.65º36.4%98.04%-
XYZ64.883.4345.49-
YUV225.2790.6111.4-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 33.06%
GREEN value IS 250 (98.05% from 255) = 40.92%
BLUE value IS 159 (62.5% from 255) = 26.02%
R=33.06%
G=40.92%
B=26.02%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2022501590.1900.360.0291.6590.180.2
HexCAFA9F1302425c5a50
Octal312372237230442134132120
Binary11001010111110101001111110011010010010101110010110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFA9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFA9F; }

 p { color: rgb(202,250,159); }

 H1.HeaderClassName
 {
   color: #CAFA9F;
 }
 .AnyTagClassName
 {
   color: #CAFA9F;
 }
</style>
background-color css

<style>
 a { background-color: #CAFA9F; }

 a { background-color: rgb(202,250,159); }

 div.DivClassName
 {
   background-color: #CAFA9F;
 }
 .BgClassName
 {
   background-color: #CAFA9F;
 }
</style>
border-color css

<style>
 span { border-color: #CAFA9F; }

 span { border-color: rgb(202,250,159); }

 td.TdClassName
 {
   border-color: #CAFA9F;
 }
 .TagClassName
 {
   border-color: #CAFA9F;
 }
</style>