#CDFDBB

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

Shades of Tea Green #CDFDBB

Tints of Tea Green #CDFDBB

Color information

#CDFDBB (or 0xCDFDBB) is unknown color: approx Tea Green. HEX triplet: CD, FD and BB. RGB value is (205,253,187). Sum of RGB (Red+Green+Blue) = 205+253+187=645 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.78% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 187 (73.44% from 255 or 28.99% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #CDFDBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFDBB is #320244. Grayscale: #E7E7E7. Windows color (decimal): -3277381 or 12320205. OLE color: 12320205.

HSL color Cylindrical-coordinate representation of color #CDFDBB: hue angle of 103.64º degrees, saturation: 0.94, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CDFDBB is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB205253187-
CMYK0.1900.260.01
HSL103.64º94.29%86.27%-
HSV(B)103.64º26.09%99.22%-
XYZ69.2786.8260.12-
YUV231.12103.1109.37-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.78%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 187 (73.44% from 255) = 28.99%
R=31.78%
G=39.22%
B=28.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2052531870.1900.260.01103.6494.2986.27
HexCDFDBB1301A1685e56
Octal315375273230321150136126
Binary110011011111110110111011100110110101110100010111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFDBB; }

 p { color: rgb(205,253,187); }

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

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

 a { background-color: rgb(205,253,187); }

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

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

 span { border-color: rgb(205,253,187); }

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