Html Css Color HEX #CAE6AB Reef

📋 copy color: '#CAE6AB'

red 202 ◦ green 230 ◦ blue 171

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

Shades of Reef #CAE6AB

Tints of Reef #CAE6AB

RGB

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

 GREEN value IS 230 (90.23% from 255) = 38.14%

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

R = 33.5%
G = 38.14%
B = 28.36%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.10

RGB Variations

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

Color information

#CAE6AB (or 0xCAE6AB) is known color: Reef. HEX triplet: CA, E6 and AB. RGB value is (202,230,171). Sum of RGB (Red+Green+Blue) = 202+230+171=603 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.50% from 603); Green value is 230 (90.23% from 255 or 38.14% from 603); Blue value is 171 (67.19% from 255 or 28.36% from 603); Max value from RGB is 230 - color contains mainly: green. Hex color #CAE6AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE6AB is #351954. Grayscale: #D7D7D7. Windows color (decimal): -3479893 or 11265738. OLE color: 11265738.

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

Color convert

RGB 202 230 171 -
CMYK 0.12 0 0.26 0.10
HSL 88.47º 0.54% 0.79% -
HSV(B) 88.47º 0.26% 0.9% -
XYZ 60 72.09 49.28 -
YUV 214.9 103.22 118.8 -
System Red Green Blue C M Y K H S L
Decimal 202 230 171 0.12 0 0.26 0.10 88.47 0.54 0.79
Hex CA E6 AB C 0 1A A 58 36 4F
Octal 312 346 253 14 0 32 12 130 66 117
Binary 11001010 11100110 10101011 1100 0 11010 1010 1011000 110110 1001111

Color Harmonies of #CAE6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAE6AB

Black with #CAE6AB

Text Example


Text Example

White with #CAE6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAE6AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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