#CDEA91

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

Shades of Reef #CDEA91

Tints of Reef #CDEA91

Color information

#CDEA91 (or 0xCDEA91) is unknown color: approx Reef. HEX triplet: CD, EA and 91. RGB value is (205,234,145). Sum of RGB (Red+Green+Blue) = 205+234+145=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 234 (91.80% from 255 or 40.07% from 584); Blue value is 145 (57.03% from 255 or 24.83% from 584); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA91 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA91 is #32156E. Grayscale: #D7D7D7. Windows color (decimal): -3282287 or 9562829. OLE color: 9562829.

HSL color Cylindrical-coordinate representation of color #CDEA91: hue angle of 79.55º degrees, saturation: 0.68, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #CDEA91 is Cyan = 0.12, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.08.

Color convert

RGB205234145-
CMYK0.1200.380.08
HSL79.55º67.94%74.31%-
HSV(B)79.55º38.03%91.76%-
XYZ59.7173.8737.9-
YUV215.1888.39120.74-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 35.10%
GREEN value IS 234 (91.80% from 255) = 40.07%
BLUE value IS 145 (57.03% from 255) = 24.83%
R=35.10%
G=40.07%
B=24.83%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341450.1200.380.0879.5567.9474.31
HexCDEA91C026850444a
Octal3153522211404610120104112
Binary110011011110101010010001110001001101000101000010001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA91; }

 p { color: rgb(205,234,145); }

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

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

 a { background-color: rgb(205,234,145); }

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

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

 span { border-color: rgb(205,234,145); }

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