#CAF5A0

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

Shades of Reef #CAF5A0

Tints of Reef #CAF5A0

Color information

#CAF5A0 (or 0xCAF5A0) is unknown color: approx Reef. HEX triplet: CA, F5 and A0. RGB value is (202,245,160). Sum of RGB (Red+Green+Blue) = 202+245+160=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 245 (96.09% from 255 or 40.36% from 607); Blue value is 160 (62.89% from 255 or 26.36% from 607); Max value from RGB is 245 - color contains mainly: green. Hex color #CAF5A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF5A0 is #350A5F. Grayscale: #DEDEDE. Windows color (decimal): -3476064 or 10548682. OLE color: 10548682.

HSL color Cylindrical-coordinate representation of color #CAF5A0: hue angle of 90.35º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #CAF5A0 is Cyan = 0.18, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.04.

Color convert

RGB202245160-
CMYK0.1800.350.04
HSL90.35º80.95%79.41%-
HSV(B)90.35º34.69%96.08%-
XYZ63.3580.445.44-
YUV222.4592.75113.41-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 245 (96.09% from 255) = 40.36%
BLUE value IS 160 (62.89% from 255) = 26.36%
R=33.28%
G=40.36%
B=26.36%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2022451600.1800.350.0490.3580.9579.41
HexCAF5A01202345a514f
Octal312365240220434132121117
Binary110010101111010110100000100100100011100101101010100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAF5A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAF5A0; }

 p { color: rgb(202,245,160); }

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

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

 a { background-color: rgb(202,245,160); }

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

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

 span { border-color: rgb(202,245,160); }

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