#C9F0BF

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

Shades of Tea Green #C9F0BF

Tints of Tea Green #C9F0BF

Color information

#C9F0BF (or 0xC9F0BF) is unknown color: approx Tea Green. HEX triplet: C9, F0 and BF. RGB value is (201,240,191). Sum of RGB (Red+Green+Blue) = 201+240+191=632 (83% of max value = 765). Red value is 201 (78.91% from 255 or 31.80% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 191 (75% from 255 or 30.22% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #C9F0BF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9F0BF is #360F40. Grayscale: #DEDEDE. Windows color (decimal): -3542849 or 12579017. OLE color: 12579017.

HSL color Cylindrical-coordinate representation of color #C9F0BF: hue angle of 107.76º degrees, saturation: 0.62, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #C9F0BF is Cyan = 0.16, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB201240191-
CMYK0.1600.200.06
HSL107.76º62.03%84.51%-
HSV(B)107.76º20.42%94.12%-
XYZ64.6578.561.03-
YUV222.75110.08112.48-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 31.80%
GREEN value IS 240 (94.14% from 255) = 37.97%
BLUE value IS 191 (75% from 255) = 30.22%
R=31.80%
G=37.97%
B=30.22%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2012401910.1600.200.06107.7662.0384.51
HexC9F0BF1001466c3e55
Octal31136027720024615476125
Binary1100100111110000101111111000001010011011011001111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9F0BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9F0BF; }

 p { color: rgb(201,240,191); }

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

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

 a { background-color: rgb(201,240,191); }

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

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

 span { border-color: rgb(201,240,191); }

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