#CDFBB5

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

Shades of Tea Green #CDFBB5

Tints of Tea Green #CDFBB5

Color information

#CDFBB5 (or 0xCDFBB5) is unknown color: approx Tea Green. HEX triplet: CD, FB and B5. RGB value is (205,251,181). Sum of RGB (Red+Green+Blue) = 205+251+181=637 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.18% from 637); Green value is 251 (98.44% from 255 or 39.40% from 637); Blue value is 181 (71.09% from 255 or 28.41% from 637); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBB5 is #32044A. Grayscale: #E5E5E5. Windows color (decimal): -3277899 or 11926477. OLE color: 11926477.

HSL color Cylindrical-coordinate representation of color #CDFBB5: hue angle of 99.43º degrees, saturation: 0.9, 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 #CDFBB5 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.02.

Color convert

RGB205251181-
CMYK0.1800.280.02
HSL99.43º89.74%84.71%-
HSV(B)99.43º27.89%98.43%-
XYZ68.0185.3156.6-
YUV229.27100.76110.69-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 32.18%
GREEN value IS 251 (98.44% from 255) = 39.40%
BLUE value IS 181 (71.09% from 255) = 28.41%
R=32.18%
G=39.40%
B=28.41%

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
Decimal2052511810.1800.280.0299.4389.7484.71
HexCDFBB51201C2635a55
Octal315373265220342143132125
Binary1100110111111011101101011001001110010110001110110101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFBB5; }

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

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

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

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

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

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

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

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