#CFF3B0

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

Shades of Tea Green #CFF3B0

Tints of Tea Green #CFF3B0

Color information

#CFF3B0 (or 0xCFF3B0) is unknown color: approx Tea Green. HEX triplet: CF, F3 and B0. RGB value is (207,243,176). Sum of RGB (Red+Green+Blue) = 207+243+176=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 243 (95.31% from 255 or 38.82% from 626); Blue value is 176 (69.14% from 255 or 28.12% from 626); Max value from RGB is 243 - color contains mainly: green. Hex color #CFF3B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF3B0 is #300C4F. Grayscale: #E0E0E0. Windows color (decimal): -3148880 or 11596751. OLE color: 11596751.

HSL color Cylindrical-coordinate representation of color #CFF3B0: hue angle of 92.24º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CFF3B0 is Cyan = 0.15, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.

Color convert

RGB207243176-
CMYK0.1500.280.05
HSL92.24º73.63%82.16%-
HSV(B)92.24º27.57%95.29%-
XYZ65.6280.553.15-
YUV224.6100.57115.45-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 243 (95.31% from 255) = 38.82%
BLUE value IS 176 (69.14% from 255) = 28.12%
R=33.07%
G=38.82%
B=28.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2072431760.1500.280.0592.2473.6382.16
HexCFF3B0F01C55c4a52
Octal317363260170345134112122
Binary1100111111110011101100001111011100101101110010010101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF3B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF3B0; }

 p { color: rgb(207,243,176); }

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

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

 a { background-color: rgb(207,243,176); }

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

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

 span { border-color: rgb(207,243,176); }

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