#CDFBBF

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

Shades of Tea Green #CDFBBF

Tints of Tea Green #CDFBBF

Color information

#CDFBBF (or 0xCDFBBF) is unknown color: approx Tea Green. HEX triplet: CD, FB and BF. RGB value is (205,251,191). Sum of RGB (Red+Green+Blue) = 205+251+191=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 191 (75% from 255 or 29.52% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #CDFBBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CDFBBF is #320440. Grayscale: #E6E6E6. Windows color (decimal): -3277889 or 12581837. OLE color: 12581837.

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

Color convert

RGB205251191-
CMYK0.1800.240.02
HSL106º88.24%86.67%-
HSV(B)106º23.9%98.43%-
XYZ69.0885.7462.2-
YUV230.41105.76109.88-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 31.68%
GREEN value IS 251 (98.44% from 255) = 38.79%
BLUE value IS 191 (75% from 255) = 29.52%
R=31.68%
G=38.79%
B=29.52%

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
Decimal2052511910.1800.240.0210688.2486.67
HexCDFBBF1201826a5857
Octal315373277220302152130127
Binary1100110111111011101111111001001100010110101010110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDFBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDFBBF; }

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

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

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

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

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

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

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

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