#CAF1AA

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

Shades of Reef #CAF1AA

Tints of Reef #CAF1AA

Color information

#CAF1AA (or 0xCAF1AA) is unknown color: approx Reef. HEX triplet: CA, F1 and AA. RGB value is (202,241,170). Sum of RGB (Red+Green+Blue) = 202+241+170=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 241 (94.53% from 255 or 39.31% from 613); Blue value is 170 (66.80% from 255 or 27.73% from 613); Max value from RGB is 241 - color contains mainly: green. Hex color #CAF1AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF1AA is #350E55. Grayscale: #DDDDDD. Windows color (decimal): -3477078 or 11203018. OLE color: 11203018.

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

Color convert

RGB202241170-
CMYK0.1600.290.05
HSL92.96º71.72%80.59%-
HSV(B)92.96º29.46%94.51%-
XYZ63.0778.3749.83-
YUV221.2499.08114.27-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 32.95%
GREEN value IS 241 (94.53% from 255) = 39.31%
BLUE value IS 170 (66.80% from 255) = 27.73%
R=32.95%
G=39.31%
B=27.73%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022411700.1600.290.0592.9671.7280.59
HexCAF1AA1001D55d4851
Octal312361252200355135110121
Binary11001010111100011010101010000011101101101110110010001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF1AA; }

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

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

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

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

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

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

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

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