#CDFABE

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

Shades of Tea Green #CDFABE

Tints of Tea Green #CDFABE

Color information

#CDFABE (or 0xCDFABE) is unknown color: approx Tea Green. HEX triplet: CD, FA and BE. RGB value is (205,250,190). Sum of RGB (Red+Green+Blue) = 205+250+190=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 190 (74.61% from 255 or 29.46% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFABE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFABE is #320541. Grayscale: #E5E5E5. Windows color (decimal): -3278146 or 12516045. OLE color: 12516045.

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

Color convert

RGB205250190-
CMYK0.1800.240.02
HSL105º85.71%86.27%-
HSV(B)105º24%98.04%-
XYZ68.6685.0761.52-
YUV229.7105.59110.38-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 250 (98.05% from 255) = 38.76%
BLUE value IS 190 (74.61% from 255) = 29.46%
R=31.78%
G=38.76%
B=29.46%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2052501900.1800.240.0210585.7186.27
HexCDFABE120182695656
Octal315372276220302151126126
Binary1100110111111010101111101001001100010110100110101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFABE; }

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

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

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

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

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

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

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

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