#C9FFC2

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

Shades of Tea Green #C9FFC2

Tints of Tea Green #C9FFC2

Color information

#C9FFC2 (or 0xC9FFC2) is unknown color: approx Tea Green. HEX triplet: C9, FF and C2. RGB value is (201,255,194). Sum of RGB (Red+Green+Blue) = 201+255+194=650 (86% of max value = 765). Red value is 201 (78.91% from 255 or 30.92% from 650); Green value is 255 (100% from 255 or 39.23% from 650); Blue value is 194 (76.17% from 255 or 29.85% from 650); Max value from RGB is 255 - color contains mainly: green. Hex color #C9FFC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C9FFC2 is #36003D. Grayscale: #E8E8E8. Windows color (decimal): -3539006 or 12779465. OLE color: 12779465.

HSL color Cylindrical-coordinate representation of color #C9FFC2: hue angle of 113.11º degrees, saturation: 1, lightness: 0.88%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C9FFC2 is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.

Color convert

RGB201255194-
CMYK0.2100.240
HSL113.11º100%88.04%-
HSV(B)113.11º23.92%100%-
XYZ69.5887.8364.32-
YUV231.9106.61105.96-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 30.92%
GREEN value IS 255 (100% from 255) = 39.23%
BLUE value IS 194 (76.17% from 255) = 29.85%
R=30.92%
G=39.23%
B=29.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2012551940.2100.240113.1110088.04
HexC9FFC2150180716458
Octal311377302250300161144130
Binary110010011111111111000010101010110000111000111001001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9FFC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9FFC2; }

 p { color: rgb(201,255,194); }

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

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

 a { background-color: rgb(201,255,194); }

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

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

 span { border-color: rgb(201,255,194); }

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