#CDFAB6

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

Shades of Tea Green #CDFAB6

Tints of Tea Green #CDFAB6

Color information

#CDFAB6 (or 0xCDFAB6) is unknown color: approx Tea Green. HEX triplet: CD, FA and B6. RGB value is (205,250,182). Sum of RGB (Red+Green+Blue) = 205+250+182=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 250 (98.05% from 255 or 39.25% from 637); Blue value is 182 (71.48% from 255 or 28.57% from 637); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAB6 is #320549. Grayscale: #E5E5E5. Windows color (decimal): -3278154 or 11991757. OLE color: 11991757.

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

Color convert

RGB205250182-
CMYK0.1800.270.02
HSL99.71º87.18%84.71%-
HSV(B)99.71º27.2%98.04%-
XYZ67.8184.7357.04-
YUV228.79101.59111.03-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 250 (98.05% from 255) = 39.25%
BLUE value IS 182 (71.48% from 255) = 28.57%
R=32.18%
G=39.25%
B=28.57%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501820.1800.270.0299.7187.1884.71
HexCDFAB61201B2645755
Octal315372266220332144127125
Binary1100110111111010101101101001001101110110010010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAB6; }

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

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

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

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

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

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

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

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