#CAE8AB

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

Shades of Reef #CAE8AB

Tints of Reef #CAE8AB

Color information

#CAE8AB (or 0xCAE8AB) is unknown color: approx Reef. HEX triplet: CA, E8 and AB. RGB value is (202,232,171). Sum of RGB (Red+Green+Blue) = 202+232+171=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 232 (91.02% from 255 or 38.35% from 605); Blue value is 171 (67.19% from 255 or 28.26% from 605); Max value from RGB is 232 - color contains mainly: green. Hex color #CAE8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE8AB is #351754. Grayscale: #D8D8D8. Windows color (decimal): -3479381 or 11266250. OLE color: 11266250.

HSL color Cylindrical-coordinate representation of color #CAE8AB: hue angle of 89.51º degrees, saturation: 0.57, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CAE8AB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB202232171-
CMYK0.1300.260.09
HSL89.51º57.01%79.02%-
HSV(B)89.51º26.29%90.98%-
XYZ60.5673.2149.47-
YUV216.08102.56117.96-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 232 (91.02% from 255) = 38.35%
BLUE value IS 171 (67.19% from 255) = 28.26%
R=33.39%
G=38.35%
B=28.26%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2022321710.1300.260.0989.5157.0179.02
HexCAE8ABD01A95a394f
Octal312350253150321113271117
Binary1100101011101000101010111101011010100110110101110011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE8AB; }

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

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

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

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

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

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

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

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