#CAE4AB

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

Shades of Reef #CAE4AB

Tints of Reef #CAE4AB

Color information

#CAE4AB (or 0xCAE4AB) is unknown color: approx Reef. HEX triplet: CA, E4 and AB. RGB value is (202,228,171). Sum of RGB (Red+Green+Blue) = 202+228+171=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 228 (89.45% from 255 or 37.94% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 228 - color contains mainly: green. Hex color #CAE4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CAE4AB is #351B54. Grayscale: #D5D5D5. Windows color (decimal): -3480405 or 11265226. OLE color: 11265226.

HSL color Cylindrical-coordinate representation of color #CAE4AB: hue angle of 87.37º degrees, saturation: 0.51, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CAE4AB is Cyan = 0.11, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.

Color convert

RGB202228171-
CMYK0.1100.250.11
HSL87.37º51.35%78.24%-
HSV(B)87.37º25%89.41%-
XYZ59.4570.9849.1-
YUV213.73103.89119.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 228 (89.45% from 255) = 37.94%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=33.61%
G=37.94%
B=28.45%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2022281710.1100.250.1187.3751.3578.24
HexCAE4ABB019B57334e
Octal312344253130311312763116
Binary1100101011100100101010111011011001101110101111100111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE4AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE4AB; }

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

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

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

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

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

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

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

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