#CAEAAE

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

Shades of Reef #CAEAAE

Tints of Reef #CAEAAE

Color information

#CAEAAE (or 0xCAEAAE) is unknown color: approx Reef. HEX triplet: CA, EA and AE. RGB value is (202,234,174). Sum of RGB (Red+Green+Blue) = 202+234+174=610 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.11% from 610); Green value is 234 (91.80% from 255 or 38.36% from 610); Blue value is 174 (68.36% from 255 or 28.52% from 610); Max value from RGB is 234 - color contains mainly: green. Hex color #CAEAAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEAAE is #351551. Grayscale: #D9D9D9. Windows color (decimal): -3478866 or 11463370. OLE color: 11463370.

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

Color convert

RGB202234174-
CMYK0.1400.260.08
HSL92º58.82%80%-
HSV(B)92º25.64%91.76%-
XYZ61.4274.4651.18-
YUV217.59103.4116.88-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.11%
GREEN value IS 234 (91.80% from 255) = 38.36%
BLUE value IS 174 (68.36% from 255) = 28.52%
R=33.11%
G=38.36%
B=28.52%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2022341740.1400.260.089258.8280
HexCAEAAEE01A85c3b50
Octal312352256160321013473120
Binary1100101011101010101011101110011010100010111001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEAAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEAAE; }

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

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

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

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

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

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

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

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