#CDFAB5

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

Shades of Tea Green #CDFAB5

Tints of Tea Green #CDFAB5

Color information

#CDFAB5 (or 0xCDFAB5) is unknown color: approx Tea Green. HEX triplet: CD, FA and B5. RGB value is (205,250,181). Sum of RGB (Red+Green+Blue) = 205+250+181=636 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.23% from 636); Green value is 250 (98.05% from 255 or 39.31% from 636); Blue value is 181 (71.09% from 255 or 28.46% from 636); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAB5 is #32054A. Grayscale: #E4E4E4. Windows color (decimal): -3278155 or 11926221. OLE color: 11926221.

HSL color Cylindrical-coordinate representation of color #CDFAB5: hue angle of 99.13º degrees, saturation: 0.87, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CDFAB5 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB205250181-
CMYK0.1800.280.02
HSL99.13º87.34%84.51%-
HSV(B)99.13º27.6%98.04%-
XYZ67.784.6956.49-
YUV228.68101.09111.11-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.23%
GREEN value IS 250 (98.05% from 255) = 39.31%
BLUE value IS 181 (71.09% from 255) = 28.46%
R=32.23%
G=39.31%
B=28.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501810.1800.280.0299.1387.3484.51
HexCDFAB51201C2635755
Octal315372265220342143127125
Binary1100110111111010101101011001001110010110001110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAB5; }

 p { color: rgb(205,250,181); }

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

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

 a { background-color: rgb(205,250,181); }

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

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

 span { border-color: rgb(205,250,181); }

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