Html Css Color HEX #CAE5AB Reef

📋 copy color: '#CAE5AB'

red 202 ◦ green 229 ◦ blue 171

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

Shades of Reef #CAE5AB

Tints of Reef #CAE5AB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 38.04%

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

R = 33.55%
G = 38.04%
B = 28.41%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.25

 K value IS 0.10

RGB Variations

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

Color information

#CAE5AB (or 0xCAE5AB) is known color: Reef. HEX triplet: CA, E5 and AB. RGB value is (202,229,171). Sum of RGB (Red+Green+Blue) = 202+229+171=602 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.55% from 602); Green value is 229 (89.84% from 255 or 38.04% from 602); Blue value is 171 (67.19% from 255 or 28.41% from 602); Max value from RGB is 229 - color contains mainly: green. Hex color #CAE5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE5AB is #351A54. Grayscale: #D6D6D6. Windows color (decimal): -3480149 or 11265482. OLE color: 11265482.

HSL color Cylindrical-coordinate representation of color #CAE5AB: hue angle of 87.93º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAE5AB is Cyan = 0.12, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.

Color convert

RGB 202 229 171 -
CMYK 0.12 0 0.25 0.10
HSL 87.93º 0.53% 0.78% -
HSV(B) 87.93º 0.25% 0.9% -
XYZ 59.73 71.54 49.19 -
YUV 214.32 103.55 119.22 -
System Red Green Blue C M Y K H S L
Decimal 202 229 171 0.12 0 0.25 0.10 87.93 0.53 0.78
Hex CA E5 AB C 0 19 A 58 35 4E
Octal 312 345 253 14 0 31 12 130 65 116
Binary 11001010 11100101 10101011 1100 0 11001 1010 1011000 110101 1001110

Color Harmonies of #CAE5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE5AB

Black with #CAE5AB

Text Example


Text Example

White with #CAE5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE5AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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