#C8F2BC

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

Shades of Tea Green #C8F2BC

Tints of Tea Green #C8F2BC

Color information

#C8F2BC (or 0xC8F2BC) is unknown color: approx Tea Green. HEX triplet: C8, F2 and BC. RGB value is (200,242,188). Sum of RGB (Red+Green+Blue) = 200+242+188=630 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.75% from 630); Green value is 242 (94.92% from 255 or 38.41% from 630); Blue value is 188 (73.83% from 255 or 29.84% from 630); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2BC is #370D43. Grayscale: #DFDFDF. Windows color (decimal): -3607876 or 12382920. OLE color: 12382920.

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

Color convert

RGB200242188-
CMYK0.1700.220.05
HSL106.67º67.5%84.31%-
HSV(B)106.67º22.31%94.9%-
XYZ64.6579.4159.5-
YUV223.29108.09111.39-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.75%
GREEN value IS 242 (94.92% from 255) = 38.41%
BLUE value IS 188 (73.83% from 255) = 29.84%
R=31.75%
G=38.41%
B=29.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2002421880.1700.220.05106.6767.584.31
HexC8F2BC1101656b4454
Octal310362274210265153104124
Binary11001000111100101011110010001010110101110101110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F2BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F2BC; }

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

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

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

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

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

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

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

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