#CFFCBB

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

Shades of Tea Green #CFFCBB

Tints of Tea Green #CFFCBB

Color information

#CFFCBB (or 0xCFFCBB) is unknown color: approx Tea Green. HEX triplet: CF, FC and BB. RGB value is (207,252,187). Sum of RGB (Red+Green+Blue) = 207+252+187=646 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.04% from 646); Green value is 252 (98.83% from 255 or 39.01% from 646); Blue value is 187 (73.44% from 255 or 28.95% from 646); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCBB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCBB is #300344. Grayscale: #E7E7E7. Windows color (decimal): -3146565 or 12319951. OLE color: 12319951.

HSL color Cylindrical-coordinate representation of color #CFFCBB: hue angle of 101.54º degrees, saturation: 0.92, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #CFFCBB is Cyan = 0.18, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.

Color convert

RGB207252187-
CMYK0.1800.260.01
HSL101.54º91.55%86.08%-
HSV(B)101.54º25.79%98.82%-
XYZ69.5186.4760.04-
YUV231.14103.09110.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.04%
GREEN value IS 252 (98.83% from 255) = 39.01%
BLUE value IS 187 (73.44% from 255) = 28.95%
R=32.04%
G=39.01%
B=28.95%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521870.1800.260.01101.5491.5586.08
HexCFFCBB1201A1665c56
Octal317374273220321146134126
Binary110011111111110010111011100100110101110011010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCBB; }

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

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

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

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

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

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

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

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