#CDFAB3

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

Shades of Tea Green #CDFAB3

Tints of Tea Green #CDFAB3

Color information

#CDFAB3 (or 0xCDFAB3) is unknown color: approx Tea Green. HEX triplet: CD, FA and B3. RGB value is (205,250,179). Sum of RGB (Red+Green+Blue) = 205+250+179=634 (83% of max value = 765). Red value is 205 (80.47% from 255 or 32.33% from 634); Green value is 250 (98.05% from 255 or 39.43% from 634); Blue value is 179 (70.31% from 255 or 28.23% from 634); Max value from RGB is 250 - color contains mainly: green. Hex color #CDFAB3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFAB3 is #32054C. Grayscale: #E4E4E4. Windows color (decimal): -3278157 or 11795149. OLE color: 11795149.

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

Color convert

RGB205250179-
CMYK0.1800.280.02
HSL98.03º87.65%84.12%-
HSV(B)98.03º28.4%98.04%-
XYZ67.584.6155.42-
YUV228.45100.09111.27-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.33%
GREEN value IS 250 (98.05% from 255) = 39.43%
BLUE value IS 179 (70.31% from 255) = 28.23%
R=32.33%
G=39.43%
B=28.23%

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
Decimal2052501790.1800.280.0298.0387.6584.12
HexCDFAB31201C2625854
Octal315372263220342142130124
Binary1100110111111010101100111001001110010110001010110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFAB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFAB3; }

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

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

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

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

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

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

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

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