#CFFDB5

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

Shades of Tea Green #CFFDB5

Tints of Tea Green #CFFDB5

Color information

#CFFDB5 (or 0xCFFDB5) is unknown color: approx Tea Green. HEX triplet: CF, FD and B5. RGB value is (207,253,181). Sum of RGB (Red+Green+Blue) = 207+253+181=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 253 (99.22% from 255 or 39.47% from 641); Blue value is 181 (71.09% from 255 or 28.24% from 641); Max value from RGB is 253 - color contains mainly: green. Hex color #CFFDB5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFDB5 is #30024A. Grayscale: #E7E7E7. Windows color (decimal): -3146315 or 11926991. OLE color: 11926991.

HSL color Cylindrical-coordinate representation of color #CFFDB5: hue angle of 98.33º degrees, saturation: 0.95, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFFDB5 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.01.

Color convert

RGB207253181-
CMYK0.1800.280.01
HSL98.33º94.74%85.1%-
HSV(B)98.33º28.46%99.22%-
XYZ69.286.8556.83-
YUV231.0499.76110.85-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 253 (99.22% from 255) = 39.47%
BLUE value IS 181 (71.09% from 255) = 28.24%
R=32.29%
G=39.47%
B=28.24%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072531810.1800.280.0198.3394.7485.1
HexCFFDB51201C1625f55
Octal317375265220341142137125
Binary110011111111110110110101100100111001110001010111111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFDB5; }

 p { color: rgb(207,253,181); }

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

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

 a { background-color: rgb(207,253,181); }

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

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

 span { border-color: rgb(207,253,181); }

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