#C8F0B6

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

Shades of Tea Green #C8F0B6

Tints of Tea Green #C8F0B6

Color information

#C8F0B6 (or 0xC8F0B6) is unknown color: approx Tea Green. HEX triplet: C8, F0 and B6. RGB value is (200,240,182). Sum of RGB (Red+Green+Blue) = 200+240+182=622 (82% of max value = 765). Red value is 200 (78.52% from 255 or 32.15% from 622); Green value is 240 (94.14% from 255 or 38.59% from 622); Blue value is 182 (71.48% from 255 or 29.26% from 622); Max value from RGB is 240 - color contains mainly: green. Hex color #C8F0B6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F0B6 is #370F49. Grayscale: #DDDDDD. Windows color (decimal): -3608394 or 11989192. OLE color: 11989192.

HSL color Cylindrical-coordinate representation of color #C8F0B6: hue angle of 101.38º degrees, saturation: 0.66, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C8F0B6 is Cyan = 0.17, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.

Color convert

RGB200240182-
CMYK0.1700.240.06
HSL101.38º65.91%82.75%-
HSV(B)101.38º24.17%94.12%-
XYZ63.4277.9855.96-
YUV221.43105.75112.72-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 32.15%
GREEN value IS 240 (94.14% from 255) = 38.59%
BLUE value IS 182 (71.48% from 255) = 29.26%
R=32.15%
G=38.59%
B=29.26%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2002401820.1700.240.06101.3865.9182.75
HexC8F0B6110186654253
Octal310360266210306145102123
Binary11001000111100001011011010001011000110110010110000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F0B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F0B6; }

 p { color: rgb(200,240,182); }

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

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

 a { background-color: rgb(200,240,182); }

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

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

 span { border-color: rgb(200,240,182); }

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