#CFF0BA

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

Shades of Tea Green #CFF0BA

Tints of Tea Green #CFF0BA

Color information

#CFF0BA (or 0xCFF0BA) is unknown color: approx Tea Green. HEX triplet: CF, F0 and BA. RGB value is (207,240,186). Sum of RGB (Red+Green+Blue) = 207+240+186=633 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.70% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 186 (73.05% from 255 or 29.38% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BA is #300F45. Grayscale: #E0E0E0. Windows color (decimal): -3149638 or 12251343. OLE color: 12251343.

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

Color convert

RGB207240186-
CMYK0.1400.220.06
HSL96.67º64.29%83.53%-
HSV(B)96.67º22.5%94.12%-
XYZ65.7679.1358.26-
YUV223.98106.57115.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.70%
GREEN value IS 240 (94.14% from 255) = 37.91%
BLUE value IS 186 (73.05% from 255) = 29.38%
R=32.70%
G=37.91%
B=29.38%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2072401860.1400.220.0696.6764.2983.53
HexCFF0BAE0166614054
Octal317360272160266141100124
Binary1100111111110000101110101110010110110110000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0BA; }

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

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

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

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

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

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

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

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