#CAFC9E

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

Shades of Reef #CAFC9E

Tints of Reef #CAFC9E

Color information

#CAFC9E (or 0xCAFC9E) is unknown color: approx Reef. HEX triplet: CA, FC and 9E. RGB value is (202,252,158). Sum of RGB (Red+Green+Blue) = 202+252+158=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 252 (98.83% from 255 or 41.18% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 252 - color contains mainly: green. Hex color #CAFC9E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAFC9E is #350361. Grayscale: #E2E2E2. Windows color (decimal): -3474274 or 10419402. OLE color: 10419402.

HSL color Cylindrical-coordinate representation of color #CAFC9E: hue angle of 91.91º degrees, saturation: 0.94, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #CAFC9E is Cyan = 0.20, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.01.

Color convert

RGB202252158-
CMYK0.2000.370.01
HSL91.91º94%80.39%-
HSV(B)91.91º37.3%98.82%-
XYZ65.3484.6545.24-
YUV226.3389.44110.64-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 252 (98.83% from 255) = 41.18%
BLUE value IS 158 (62.11% from 255) = 25.82%
R=33.01%
G=41.18%
B=25.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2022521580.2000.370.0191.919480.39
HexCAFC9E1402515c5e50
Octal312374236240451134136120
Binary1100101011111100100111101010001001011101110010111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAFC9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAFC9E; }

 p { color: rgb(202,252,158); }

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

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

 a { background-color: rgb(202,252,158); }

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

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

 span { border-color: rgb(202,252,158); }

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