#C8F2BD

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

Shades of Tea Green #C8F2BD

Tints of Tea Green #C8F2BD

Color information

#C8F2BD (or 0xC8F2BD) is unknown color: approx Tea Green. HEX triplet: C8, F2 and BD. RGB value is (200,242,189). Sum of RGB (Red+Green+Blue) = 200+242+189=631 (83% of max value = 765). Red value is 200 (78.52% from 255 or 31.70% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 189 (74.22% from 255 or 29.95% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #C8F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C8F2BD is #370D42. Grayscale: #DFDFDF. Windows color (decimal): -3607875 or 12448456. OLE color: 12448456.

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

Color convert

RGB200242189-
CMYK0.1700.220.05
HSL107.55º67.09%84.51%-
HSV(B)107.55º21.9%94.9%-
XYZ64.7679.4660.07-
YUV223.4108.59111.31-

RGB Variations

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

RGB

RED value IS 200 (78.52% from 255) = 31.70%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 189 (74.22% from 255) = 29.95%
R=31.70%
G=38.35%
B=29.95%

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
Decimal2002421890.1700.220.05107.5567.0984.51
HexC8F2BD1101656c4355
Octal310362275210265154103125
Binary11001000111100101011110110001010110101110110010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C8F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C8F2BD; }

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

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

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

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

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

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

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

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