#CDEFAF

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

Shades of Tea Green #CDEFAF

Tints of Tea Green #CDEFAF

Color information

#CDEFAF (or 0xCDEFAF) is unknown color: approx Tea Green. HEX triplet: CD, EF and AF. RGB value is (205,239,175). Sum of RGB (Red+Green+Blue) = 205+239+175=619 (81% of max value = 765). Red value is 205 (80.47% from 255 or 33.12% from 619); Green value is 239 (93.75% from 255 or 38.61% from 619); Blue value is 175 (68.75% from 255 or 28.27% from 619); Max value from RGB is 239 - color contains mainly: green. Hex color #CDEFAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDEFAF is #321050. Grayscale: #DDDDDD. Windows color (decimal): -3280977 or 11530189. OLE color: 11530189.

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

Color convert

RGB205239175-
CMYK0.1400.270.06
HSL91.88º66.67%81.18%-
HSV(B)91.88º26.78%93.73%-
XYZ63.7877.8152.21-
YUV221.54101.74116.2-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 33.12%
GREEN value IS 239 (93.75% from 255) = 38.61%
BLUE value IS 175 (68.75% from 255) = 28.27%
R=33.12%
G=38.61%
B=28.27%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2052391750.1400.270.0691.8866.6781.18
HexCDEFAFE01B65c4351
Octal315357257160336134103121
Binary1100110111101111101011111110011011110101110010000111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDEFAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDEFAF; }

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

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

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

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

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

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

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

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