#CAEDA2

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

Shades of Reef #CAEDA2

Tints of Reef #CAEDA2

Color information

#CAEDA2 (or 0xCAEDA2) is unknown color: approx Reef. HEX triplet: CA, ED and A2. RGB value is (202,237,162). Sum of RGB (Red+Green+Blue) = 202+237+162=601 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.61% from 601); Green value is 237 (92.97% from 255 or 39.43% from 601); Blue value is 162 (63.67% from 255 or 26.96% from 601); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDA2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDA2 is #35125D. Grayscale: #DADADA. Windows color (decimal): -3478110 or 10677706. OLE color: 10677706.

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

Color convert

RGB202237162-
CMYK0.1500.320.07
HSL88º67.57%78.24%-
HSV(B)88º31.65%92.94%-
XYZ61.1675.7345.58-
YUV217.9896.4116.6-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.61%
GREEN value IS 237 (92.97% from 255) = 39.43%
BLUE value IS 162 (63.67% from 255) = 26.96%
R=33.61%
G=39.43%
B=26.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2022371620.1500.320.078867.5778.24
HexCAEDA2F020758444e
Octal312355242170407130104116
Binary11001010111011011010001011110100000111101100010001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDA2; }

 p { color: rgb(202,237,162); }

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

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

 a { background-color: rgb(202,237,162); }

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

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

 span { border-color: rgb(202,237,162); }

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