Html Css Color HEX #CAF0A0 Reef

📋 copy color: '#CAF0A0'

red 202 ◦ green 240 ◦ blue 160

#CAF0A0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #CAF0A0

Tints of Reef #CAF0A0

RGB

 RED value IS 202 (79.3% from 255) = 33.55%

 GREEN value IS 240 (94.14% from 255) = 39.87%

 BLUE value IS 160 (62.89% from 255) = 26.58%

R = 33.55%
G = 39.87%
B = 26.58%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.33

 K value IS 0.06

RGB Variations

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

Color information

#CAF0A0 (or 0xCAF0A0) is known color: Reef. HEX triplet: CA, F0 and A0. RGB value is (202,240,160). Sum of RGB (Red+Green+Blue) = 202+240+160=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 240 (94.14% from 255 or 39.87% from 602); Blue value is 160 (62.89% from 255 or 26.58% from 602); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0A0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0A0 is #350F5F. Grayscale: #DBDBDB. Windows color (decimal): -3477344 or 10547402. OLE color: 10547402.

HSL color Cylindrical-coordinate representation of color #CAF0A0: hue angle of 88.5º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CAF0A0 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB 202 240 160 -
CMYK 0.16 0 0.33 0.06
HSL 88.5º 0.73% 0.78% -
HSV(B) 88.5º 0.33% 0.94% -
XYZ 61.86 77.41 44.94 -
YUV 219.52 94.41 115.5 -
System Red Green Blue C M Y K H S L
Decimal 202 240 160 0.16 0 0.33 0.06 88.5 0.73 0.78
Hex CA F0 A0 10 0 21 6 58 49 4E
Octal 312 360 240 20 0 41 6 130 111 116
Binary 11001010 11110000 10100000 10000 0 100001 110 1011000 1001001 1001110

Color Harmonies of #CAF0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0A0

Black with #CAF0A0

Text Example


Text Example

White with #CAF0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0A0; }

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

 H1.HeaderClassName
 {
   color: #CAF0A0;
 }
 .AnyTagClassName
 {
   color: #CAF0A0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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