#CFF0B0

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

Shades of Tea Green #CFF0B0

Tints of Tea Green #CFF0B0

Color information

#CFF0B0 (or 0xCFF0B0) is unknown color: approx Tea Green. HEX triplet: CF, F0 and B0. RGB value is (207,240,176). Sum of RGB (Red+Green+Blue) = 207+240+176=623 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.23% from 623); Green value is 240 (94.14% from 255 or 38.52% from 623); Blue value is 176 (69.14% from 255 or 28.25% from 623); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0B0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #CFF0B0 is #300F4F. Grayscale: #DFDFDF. Windows color (decimal): -3149648 or 11595983. OLE color: 11595983.

HSL color Cylindrical-coordinate representation of color #CFF0B0: hue angle of 90.94º degrees, saturation: 0.68, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CFF0B0 is Cyan = 0.14, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB207240176-
CMYK0.1400.270.06
HSL90.94º68.09%81.57%-
HSV(B)90.94º26.67%94.12%-
XYZ64.7378.7252.86-
YUV222.84101.57116.7-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.23%
GREEN value IS 240 (94.14% from 255) = 38.52%
BLUE value IS 176 (69.14% from 255) = 28.25%
R=33.23%
G=38.52%
B=28.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401760.1400.270.0690.9468.0981.57
HexCFF0B0E01B65b4452
Octal317360260160336133104122
Binary1100111111110000101100001110011011110101101110001001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0B0; }

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

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

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

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

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

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

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

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