Html Css Color HEX #CAF0AB Reef

📋 copy color: '#CAF0AB'

red 202 ◦ green 240 ◦ blue 171

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

Shades of Reef #CAF0AB

Tints of Reef #CAF0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.9%

R = 32.95%
G = 39.15%
B = 27.9%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#CAF0AB (or 0xCAF0AB) is known color: Reef. HEX triplet: CA, F0 and AB. RGB value is (202,240,171). Sum of RGB (Red+Green+Blue) = 202+240+171=613 (81% of max value = 765). Red value is 202 (79.30% from 255 or 32.95% from 613); Green value is 240 (94.14% from 255 or 39.15% from 613); Blue value is 171 (67.19% from 255 or 27.90% from 613); Max value from RGB is 240 - color contains mainly: green. Hex color #CAF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAF0AB is #350F54. Grayscale: #DDDDDD. Windows color (decimal): -3477333 or 11268298. OLE color: 11268298.

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

Color convert

RGB 202 240 171 -
CMYK 0.16 0 0.29 0.06
HSL 93.04º 0.7% 0.81% -
HSV(B) 93.04º 0.29% 0.94% -
XYZ 62.87 77.82 50.23 -
YUV 220.77 99.91 114.61 -
System Red Green Blue C M Y K H S L
Decimal 202 240 171 0.16 0 0.29 0.06 93.04 0.7 0.81
Hex CA F0 AB 10 0 1D 6 5D 46 51
Octal 312 360 253 20 0 35 6 135 106 121
Binary 11001010 11110000 10101011 10000 0 11101 110 1011101 1000110 1010001

Color Harmonies of #CAF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAF0AB

Black with #CAF0AB

Text Example


Text Example

White with #CAF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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