#C8F2B4

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

Shades of Tea Green #C8F2B4

Tints of Tea Green #C8F2B4

Color information

#C8F2B4 (or 0xC8F2B4) is unknown color: approx Tea Green. HEX triplet: C8, F2 and B4. RGB value is (200,242,180). Sum of RGB (Red+Green+Blue) = 200+242+180=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 242 (94.92% from 255 or 38.91% from 622); Blue value is 180 (70.70% from 255 or 28.94% from 622); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2B4 is #370D4B. Grayscale: #DEDEDE. Windows color (decimal): -3607884 or 11858632. OLE color: 11858632.

HSL color Cylindrical-coordinate representation of color #C8F2B4: hue angle of 100.65º degrees, saturation: 0.7, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #C8F2B4 is Cyan = 0.17, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB200242180-
CMYK0.1700.260.05
HSL100.65º70.45%82.75%-
HSV(B)100.65º25.62%94.9%-
XYZ63.8179.0855.08-
YUV222.37104.09112.04-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 242 (94.92% from 255) = 38.91%
BLUE value IS 180 (70.70% from 255) = 28.94%
R=32.15%
G=38.91%
B=28.94%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002421800.1700.260.05100.6570.4582.75
HexC8F2B41101A5654653
Octal310362264210325145106123
Binary11001000111100101011010010001011010101110010110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F2B4; }

 p { color: rgb(200,242,180); }

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

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

 a { background-color: rgb(200,242,180); }

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

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

 span { border-color: rgb(200,242,180); }

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