#CAF19E

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

Shades of Reef #CAF19E

Tints of Reef #CAF19E

Color information

#CAF19E (or 0xCAF19E) is unknown color: approx Reef. HEX triplet: CA, F1 and 9E. RGB value is (202,241,158). Sum of RGB (Red+Green+Blue) = 202+241+158=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 158 (62.11% from 255 or 26.29% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF19E is #350E61. Grayscale: #DCDCDC. Windows color (decimal): -3477090 or 10416586. OLE color: 10416586.

HSL color Cylindrical-coordinate representation of color #CAF19E: hue angle of 88.19º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #CAF19E is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.

Color convert

RGB202241158-
CMYK0.1600.340.05
HSL88.19º74.77%78.24%-
HSV(B)88.19º34.44%94.51%-
XYZ61.9877.9444.12-
YUV219.8893.08115.25-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 158 (62.11% from 255) = 26.29%
R=33.61%
G=40.10%
B=26.29%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411580.1600.340.0588.1974.7778.24
HexCAF19E100225584b4e
Octal312361236200425130113116
Binary110010101111000110011110100000100010101101100010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF19E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF19E; }

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

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

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

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

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

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

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

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