#CAEFA5

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

Shades of Reef #CAEFA5

Tints of Reef #CAEFA5

Color information

#CAEFA5 (or 0xCAEFA5) is unknown color: approx Reef. HEX triplet: CA, EF and A5. RGB value is (202,239,165). Sum of RGB (Red+Green+Blue) = 202+239+165=606 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.33% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 165 (64.84% from 255 or 27.23% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #CAEFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEFA5 is #35105A. Grayscale: #DBDBDB. Windows color (decimal): -3477595 or 10874826. OLE color: 10874826.

HSL color Cylindrical-coordinate representation of color #CAEFA5: hue angle of 90º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CAEFA5 is Cyan = 0.15, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.

Color convert

RGB202239165-
CMYK0.1500.310.06
HSL90º69.81%79.22%-
HSV(B)90º30.96%93.73%-
XYZ62.0277.0147.19-
YUV219.597.24115.52-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.33%
GREEN value IS 239 (93.75% from 255) = 39.44%
BLUE value IS 165 (64.84% from 255) = 27.23%
R=33.33%
G=39.44%
B=27.23%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2022391650.1500.310.069069.8179.22
HexCAEFA5F01F65a464f
Octal312357245170376132106117
Binary1100101011101111101001011111011111110101101010001101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEFA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEFA5; }

 p { color: rgb(202,239,165); }

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

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

 a { background-color: rgb(202,239,165); }

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

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

 span { border-color: rgb(202,239,165); }

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