#C3F2B4

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

Shades of Tea Green #C3F2B4

Tints of Tea Green #C3F2B4

Color information

#C3F2B4 (or 0xC3F2B4) is unknown color: approx Tea Green. HEX triplet: C3, F2 and B4. RGB value is (195,242,180). Sum of RGB (Red+Green+Blue) = 195+242+180=617 (81% of max value = 765). Red value is 195 (76.56% from 255 or 31.60% from 617); Green value is 242 (94.92% from 255 or 39.22% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2B4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2B4 is #3C0D4B. Grayscale: #DDDDDD. Windows color (decimal): -3935564 or 11858627. OLE color: 11858627.

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

Color convert

RGB195242180-
CMYK0.1900.260.05
HSL105.48º70.45%82.75%-
HSV(B)105.48º25.62%94.9%-
XYZ62.578.455.02-
YUV220.88104.93109.54-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.60%
GREEN value IS 242 (94.92% from 255) = 39.22%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=31.60%
G=39.22%
B=29.17%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1952421800.1900.260.05105.4870.4582.75
HexC3F2B41301A5694653
Octal303362264230325151106123
Binary11000011111100101011010010011011010101110100110001101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2B4; }

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

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

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

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

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

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

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

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