#CDEFA0

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

Shades of Reef #CDEFA0

Tints of Reef #CDEFA0

Color information

#CDEFA0 (or 0xCDEFA0) is unknown color: approx Reef. HEX triplet: CD, EF and A0. RGB value is (205,239,160). Sum of RGB (Red+Green+Blue) = 205+239+160=604 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.94% from 604); Green value is 239 (93.75% from 255 or 39.57% from 604); Blue value is 160 (62.89% from 255 or 26.49% from 604); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFA0 is #32105F. Grayscale: #DCDCDC. Windows color (decimal): -3280992 or 10547149. OLE color: 10547149.

HSL color Cylindrical-coordinate representation of color #CDEFA0: hue angle of 85.82º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #CDEFA0 is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.06.

Color convert

RGB205239160-
CMYK0.1400.330.06
HSL85.82º71.17%78.24%-
HSV(B)85.82º33.05%93.73%-
XYZ62.3977.2544.88-
YUV219.8394.24117.42-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.94%
GREEN value IS 239 (93.75% from 255) = 39.57%
BLUE value IS 160 (62.89% from 255) = 26.49%
R=33.94%
G=39.57%
B=26.49%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391600.1400.330.0685.8271.1778.24
HexCDEFA0E021656474e
Octal315357240160416126107116
Binary11001101111011111010000011100100001110101011010001111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFA0; }

 p { color: rgb(205,239,160); }

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

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

 a { background-color: rgb(205,239,160); }

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

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

 span { border-color: rgb(205,239,160); }

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