#CAE7AB

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

Shades of Reef #CAE7AB

Tints of Reef #CAE7AB

Color information

#CAE7AB (or 0xCAE7AB) is unknown color: approx Reef. HEX triplet: CA, E7 and AB. RGB value is (202,231,171). Sum of RGB (Red+Green+Blue) = 202+231+171=604 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.44% from 604); Green value is 231 (90.62% from 255 or 38.25% from 604); Blue value is 171 (67.19% from 255 or 28.31% from 604); Max value from RGB is 231 - color contains mainly: green. Hex color #CAE7AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAE7AB is #351854. Grayscale: #D7D7D7. Windows color (decimal): -3479637 or 11265994. OLE color: 11265994.

HSL color Cylindrical-coordinate representation of color #CAE7AB: hue angle of 89º degrees, saturation: 0.56, 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 #CAE7AB is Cyan = 0.13, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.

Color convert

RGB202231171-
CMYK0.1300.260.09
HSL89º55.56%78.82%-
HSV(B)89º25.97%90.59%-
XYZ60.2872.6549.37-
YUV215.49102.89118.38-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.44%
GREEN value IS 231 (90.62% from 255) = 38.25%
BLUE value IS 171 (67.19% from 255) = 28.31%
R=33.44%
G=38.25%
B=28.31%

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
Decimal2022311710.1300.260.098955.5678.82
HexCAE7ABD01A959384f
Octal312347253150321113170117
Binary1100101011100111101010111101011010100110110011110001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAE7AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAE7AB; }

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

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

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

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

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

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

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

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