#CDFEAF

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

Shades of Tea Green #CDFEAF

Tints of Tea Green #CDFEAF

Color information

#CDFEAF (or 0xCDFEAF) is unknown color: approx Tea Green. HEX triplet: CD, FE and AF. RGB value is (205,254,175). Sum of RGB (Red+Green+Blue) = 205+254+175=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 254 (99.61% from 255 or 40.06% from 634); Blue value is 175 (68.75% from 255 or 27.60% from 634); Max value from RGB is 254 - color contains mainly: green. Hex color #CDFEAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CDFEAF is #320150. Grayscale: #E6E6E6. Windows color (decimal): -3277137 or 11534029. OLE color: 11534029.

HSL color Cylindrical-coordinate representation of color #CDFEAF: hue angle of 97.22º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #CDFEAF is Cyan = 0.19, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB205254175-
CMYK0.1900.310.00
HSL97.22º97.53%84.12%-
HSV(B)97.22º31.1%99.61%-
XYZ68.3686.9653.74-
YUV230.3496.77109.92-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 254 (99.61% from 255) = 40.06%
BLUE value IS 175 (68.75% from 255) = 27.60%
R=32.33%
G=40.06%
B=27.60%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2052541750.1900.310.0097.2297.5384.12
HexCDFEAF1301F0616254
Octal315376257230370141142124
Binary110011011111111010101111100110111110110000111000101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFEAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFEAF; }

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

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

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

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

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

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

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

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