#CDEA98

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

Shades of Reef #CDEA98

Tints of Reef #CDEA98

Color information

#CDEA98 (or 0xCDEA98) is unknown color: approx Reef. HEX triplet: CD, EA and 98. RGB value is (205,234,152). Sum of RGB (Red+Green+Blue) = 205+234+152=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 234 (91.80% from 255 or 39.59% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 234 - color contains mainly: green. Hex color #CDEA98 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEA98 is #321567. Grayscale: #D8D8D8. Windows color (decimal): -3282280 or 10021581. OLE color: 10021581.

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

Color convert

RGB205234152-
CMYK0.1200.350.08
HSL81.22º66.13%75.69%-
HSV(B)81.22º35.04%91.76%-
XYZ60.2774.0940.83-
YUV215.9891.89120.17-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.69%
GREEN value IS 234 (91.80% from 255) = 39.59%
BLUE value IS 152 (59.77% from 255) = 25.72%
R=34.69%
G=39.59%
B=25.72%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2052341520.1200.350.0881.2266.1375.69
HexCDEA98C023851424c
Octal3153522301404310121102114
Binary110011011110101010011000110001000111000101000110000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEA98; }

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

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

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

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

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

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

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

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