#CAEDA0

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

Shades of Reef #CAEDA0

Tints of Reef #CAEDA0

Color information

#CAEDA0 (or 0xCAEDA0) is unknown color: approx Reef. HEX triplet: CA, ED and A0. RGB value is (202,237,160). Sum of RGB (Red+Green+Blue) = 202+237+160=599 (79% of max value = 765). Red value is 202 (79.30% from 255 or 33.72% from 599); Green value is 237 (92.97% from 255 or 39.57% from 599); Blue value is 160 (62.89% from 255 or 26.71% from 599); Max value from RGB is 237 - color contains mainly: green. Hex color #CAEDA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CAEDA0 is #35125F. Grayscale: #DADADA. Windows color (decimal): -3478112 or 10546634. OLE color: 10546634.

HSL color Cylindrical-coordinate representation of color #CAEDA0: hue angle of 87.27º 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 #CAEDA0 is Cyan = 0.15, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.07.

Color convert

RGB202237160-
CMYK0.1500.320.07
HSL87.27º68.14%77.84%-
HSV(B)87.27º32.49%92.94%-
XYZ60.9975.6644.65-
YUV217.7695.4116.76-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 33.72%
GREEN value IS 237 (92.97% from 255) = 39.57%
BLUE value IS 160 (62.89% from 255) = 26.71%
R=33.72%
G=39.57%
B=26.71%

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
Decimal2022371600.1500.320.0787.2768.1477.84
HexCAEDA0F020757444e
Octal312355240170407127104116
Binary11001010111011011010000011110100000111101011110001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAEDA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAEDA0; }

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

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

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

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

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

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

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

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