#C4F2BD

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

Shades of Tea Green #C4F2BD

Tints of Tea Green #C4F2BD

Color information

#C4F2BD (or 0xC4F2BD) is unknown color: approx Tea Green. HEX triplet: C4, F2 and BD. RGB value is (196,242,189). Sum of RGB (Red+Green+Blue) = 196+242+189=627 (83% of max value = 765). Red value is 196 (76.95% from 255 or 31.26% from 627); Green value is 242 (94.92% from 255 or 38.60% from 627); Blue value is 189 (74.22% from 255 or 30.14% from 627); Max value from RGB is 242 - color contains mainly: green. Hex color #C4F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C4F2BD is #3B0D42. Grayscale: #DEDEDE. Windows color (decimal): -3870019 or 12448452. OLE color: 12448452.

HSL color Cylindrical-coordinate representation of color #C4F2BD: hue angle of 112.08º 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 #C4F2BD is Cyan = 0.19, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB196242189-
CMYK0.1900.220.05
HSL112.08º67.09%84.51%-
HSV(B)112.08º21.9%94.9%-
XYZ63.778.9160.02-
YUV222.2109.26109.31-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 31.26%
GREEN value IS 242 (94.92% from 255) = 38.60%
BLUE value IS 189 (74.22% from 255) = 30.14%
R=31.26%
G=38.60%
B=30.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1962421890.1900.220.05112.0867.0984.51
HexC4F2BD130165704355
Octal304362275230265160103125
Binary11000100111100101011110110011010110101111000010000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4F2BD; }

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

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

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

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

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

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

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

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