#CAF3A7

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

Shades of Reef #CAF3A7

Tints of Reef #CAF3A7

Color information

#CAF3A7 (or 0xCAF3A7) is unknown color: approx Reef. HEX triplet: CA, F3 and A7. RGB value is (202,243,167). Sum of RGB (Red+Green+Blue) = 202+243+167=612 (81% of max value = 765). Red value is 202 (79.30% from 255 or 33.01% from 612); Green value is 243 (95.31% from 255 or 39.71% from 612); Blue value is 167 (65.62% from 255 or 27.29% from 612); Max value from RGB is 243 - color contains mainly: green. Hex color #CAF3A7 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF3A7 is #350C58. Grayscale: #DEDEDE. Windows color (decimal): -3476569 or 11006922. OLE color: 11006922.

HSL color Cylindrical-coordinate representation of color #CAF3A7: hue angle of 92.37º degrees, saturation: 0.76, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAF3A7 is Cyan = 0.17, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB202243167-
CMYK0.1700.310.05
HSL92.37º76%80.39%-
HSV(B)92.37º31.28%95.29%-
XYZ63.3879.4548.55-
YUV222.0896.92113.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.01%
GREEN value IS 243 (95.31% from 255) = 39.71%
BLUE value IS 167 (65.62% from 255) = 27.29%
R=33.01%
G=39.71%
B=27.29%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2022431670.1700.310.0592.377680.39
HexCAF3A71101F55c4c50
Octal312363247210375134114120
Binary11001010111100111010011110001011111101101110010011001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF3A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF3A7; }

 p { color: rgb(202,243,167); }

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

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

 a { background-color: rgb(202,243,167); }

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

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

 span { border-color: rgb(202,243,167); }

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