#CAEEA5

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

Shades of Reef #CAEEA5

Tints of Reef #CAEEA5

Color information

#CAEEA5 (or 0xCAEEA5) is unknown color: approx Reef. HEX triplet: CA, EE and A5. RGB value is (202,238,165). Sum of RGB (Red+Green+Blue) = 202+238+165=605 (80% of max value = 765). Red value is 202 (79.30% from 255 or 33.39% from 605); Green value is 238 (93.36% from 255 or 39.34% from 605); Blue value is 165 (64.84% from 255 or 27.27% from 605); Max value from RGB is 238 - color contains mainly: green. Hex color #CAEEA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEEA5 is #35115A. Grayscale: #DBDBDB. Windows color (decimal): -3477851 or 10874570. OLE color: 10874570.

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

Color convert

RGB202238165-
CMYK0.1500.310.07
HSL89.59º68.22%79.02%-
HSV(B)89.59º30.67%93.33%-
XYZ61.7276.4247.1-
YUV218.9197.57115.94-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.39%
GREEN value IS 238 (93.36% from 255) = 39.34%
BLUE value IS 165 (64.84% from 255) = 27.27%
R=33.39%
G=39.34%
B=27.27%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022381650.1500.310.0789.5968.2279.02
HexCAEEA5F01F75a444f
Octal312356245170377132104117
Binary1100101011101110101001011111011111111101101010001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEEA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEEA5; }

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

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

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

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

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

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

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

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