#CFF0BB

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

Shades of Tea Green #CFF0BB

Tints of Tea Green #CFF0BB

Color information

#CFF0BB (or 0xCFF0BB) is unknown color: approx Tea Green. HEX triplet: CF, F0 and BB. RGB value is (207,240,187). Sum of RGB (Red+Green+Blue) = 207+240+187=634 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.65% from 634); Green value is 240 (94.14% from 255 or 37.85% from 634); Blue value is 187 (73.44% from 255 or 29.50% from 634); Max value from RGB is 240 - color contains mainly: green. Hex color #CFF0BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF0BB is #300F44. Grayscale: #E0E0E0. Windows color (decimal): -3149637 or 12316879. OLE color: 12316879.

HSL color Cylindrical-coordinate representation of color #CFF0BB: hue angle of 97.36º 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 #CFF0BB is Cyan = 0.14, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB207240187-
CMYK0.1400.220.06
HSL97.36º63.86%83.73%-
HSV(B)97.36º22.08%94.12%-
XYZ65.8679.1758.82-
YUV224.09107.07115.81-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.65%
GREEN value IS 240 (94.14% from 255) = 37.85%
BLUE value IS 187 (73.44% from 255) = 29.50%
R=32.65%
G=37.85%
B=29.50%

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
Decimal2072401870.1400.220.0697.3663.8683.73
HexCFF0BBE0166614054
Octal317360273160266141100124
Binary1100111111110000101110111110010110110110000110000001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF0BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF0BB; }

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

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

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

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

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

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

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

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