#CFF7BB

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

Shades of Tea Green #CFF7BB

Tints of Tea Green #CFF7BB

Color information

#CFF7BB (or 0xCFF7BB) is unknown color: approx Tea Green. HEX triplet: CF, F7 and BB. RGB value is (207,247,187). Sum of RGB (Red+Green+Blue) = 207+247+187=641 (84% of max value = 765). Red value is 207 (81.25% from 255 or 32.29% from 641); Green value is 247 (96.88% from 255 or 38.53% from 641); Blue value is 187 (73.44% from 255 or 29.17% from 641); Max value from RGB is 247 - color contains mainly: green. Hex color #CFF7BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFF7BB is #300844. Grayscale: #E4E4E4. Windows color (decimal): -3147845 or 12318671. OLE color: 12318671.

HSL color Cylindrical-coordinate representation of color #CFF7BB: hue angle of 100º degrees, saturation: 0.79, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #CFF7BB is Cyan = 0.16, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.03.

Color convert

RGB207247187-
CMYK0.1600.240.03
HSL100º78.95%85.1%-
HSV(B)100º24.29%96.86%-
XYZ67.9683.3759.52-
YUV228.2104.75112.88-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.29%
GREEN value IS 247 (96.88% from 255) = 38.53%
BLUE value IS 187 (73.44% from 255) = 29.17%
R=32.29%
G=38.53%
B=29.17%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2072471870.1600.240.0310078.9585.1
HexCFF7BB100183644f55
Octal317367273200303144117125
Binary1100111111110111101110111000001100011110010010011111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFF7BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFF7BB; }

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

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

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

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

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

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

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

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