#CAEAAB

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

Shades of Reef #CAEAAB

Tints of Reef #CAEAAB

Color information

#CAEAAB (or 0xCAEAAB) is unknown color: approx Reef. HEX triplet: CA, EA and AB. RGB value is (202,234,171). Sum of RGB (Red+Green+Blue) = 202+234+171=607 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.28% from 607); Green value is 234 (91.80% from 255 or 38.55% from 607); Blue value is 171 (67.19% from 255 or 28.17% from 607); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAAB is #351554. Grayscale: #D9D9D9. Windows color (decimal): -3478869 or 11266762. OLE color: 11266762.

HSL color Cylindrical-coordinate representation of color #CAEAAB: hue angle of 90.48º degrees, saturation: 0.6, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CAEAAB is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.08.

Color convert

RGB202234171-
CMYK0.1400.270.08
HSL90.48º60%79.41%-
HSV(B)90.48º26.92%91.76%-
XYZ61.1374.3449.66-
YUV217.25101.9117.12-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.28%
GREEN value IS 234 (91.80% from 255) = 38.55%
BLUE value IS 171 (67.19% from 255) = 28.17%
R=33.28%
G=38.55%
B=28.17%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341710.1400.270.0890.486079.41
HexCAEAABE01B85a3c4f
Octal312352253160331013274117
Binary1100101011101010101010111110011011100010110101111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAAB; }

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

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

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

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

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

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

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

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