#CFFCB9

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

Shades of Tea Green #CFFCB9

Tints of Tea Green #CFFCB9

Color information

#CFFCB9 (or 0xCFFCB9) is unknown color: approx Tea Green. HEX triplet: CF, FC and B9. RGB value is (207,252,185). Sum of RGB (Red+Green+Blue) = 207+252+185=644 (85% of max value = 765). Red value is 207 (81.25% from 255 or 32.14% from 644); Green value is 252 (98.83% from 255 or 39.13% from 644); Blue value is 185 (72.66% from 255 or 28.73% from 644); Max value from RGB is 252 - color contains mainly: green. Hex color #CFFCB9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #CFFCB9 is #300346. Grayscale: #E7E7E7. Windows color (decimal): -3146567 or 12188879. OLE color: 12188879.

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

Color convert

RGB207252185-
CMYK0.1800.270.01
HSL100.3º91.78%85.69%-
HSV(B)100.3º26.59%98.82%-
XYZ69.386.3958.92-
YUV230.91102.09110.95-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 32.14%
GREEN value IS 252 (98.83% from 255) = 39.13%
BLUE value IS 185 (72.66% from 255) = 28.73%
R=32.14%
G=39.13%
B=28.73%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2072521850.1800.270.01100.391.7885.69
HexCFFCB91201B1645c56
Octal317374271220331144134126
Binary110011111111110010111001100100110111110010010111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFFCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFFCB9; }

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

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

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

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

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

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

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

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