#CFF2BD

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

Shades of Tea Green #CFF2BD

Tints of Tea Green #CFF2BD

Color information

#CFF2BD (or 0xCFF2BD) is unknown color: approx Tea Green. HEX triplet: CF, F2 and BD. RGB value is (207,242,189). Sum of RGB (Red+Green+Blue) = 207+242+189=638 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.45% from 638); Green value is 242 (94.92% from 255 or 37.93% from 638); Blue value is 189 (74.22% from 255 or 29.62% from 638); Max value from RGB is 242 - color contains mainly: green. Hex color #CFF2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF2BD is #300D42. Grayscale: #E1E1E1. Windows color (decimal): -3149123 or 12448463. OLE color: 12448463.

HSL color Cylindrical-coordinate representation of color #CFF2BD: hue angle of 99.62º degrees, saturation: 0.67, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CFF2BD is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB207242189-
CMYK0.1400.220.05
HSL99.62º67.09%84.51%-
HSV(B)99.62º21.9%94.9%-
XYZ66.6780.4460.16-
YUV225.49107.4114.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.45%
GREEN value IS 242 (94.92% from 255) = 37.93%
BLUE value IS 189 (74.22% from 255) = 29.62%
R=32.45%
G=37.93%
B=29.62%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072421890.1400.220.0599.6267.0984.51
HexCFF2BDE0165644355
Octal317362275160265144103125
Binary1100111111110010101111011110010110101110010010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF2BD; }

 p { color: rgb(207,242,189); }

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

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

 a { background-color: rgb(207,242,189); }

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

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

 span { border-color: rgb(207,242,189); }

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