#CDFCBB

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

Shades of Tea Green #CDFCBB

Tints of Tea Green #CDFCBB

Color information

#CDFCBB (or 0xCDFCBB) is unknown color: approx Tea Green. HEX triplet: CD, FC and BB. RGB value is (205,252,187). Sum of RGB (Red+Green+Blue) = 205+252+187=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 187 (73.44% from 255 or 29.04% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #CDFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFCBB is #320344. Grayscale: #E6E6E6. Windows color (decimal): -3277637 or 12319949. OLE color: 12319949.

HSL color Cylindrical-coordinate representation of color #CDFCBB: hue angle of 103.38º degrees, saturation: 0.92, 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 #CDFCBB is Cyan = 0.19, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB205252187-
CMYK0.1900.260.01
HSL103.38º91.55%86.08%-
HSV(B)103.38º25.79%98.82%-
XYZ68.9686.1960.02-
YUV230.54103.43109.79-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.83%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 187 (73.44% from 255) = 29.04%
R=31.83%
G=39.13%
B=29.04%

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
Decimal2052521870.1900.260.01103.3891.5586.08
HexCDFCBB1301A1675c56
Octal315374273230321147134126
Binary110011011111110010111011100110110101110011110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFCBB; }

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

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

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

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

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

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

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

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