#C3F2BD

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

Shades of Tea Green #C3F2BD

Tints of Tea Green #C3F2BD

Color information

#C3F2BD (or 0xC3F2BD) is unknown color: approx Tea Green. HEX triplet: C3, F2 and BD. RGB value is (195,242,189). Sum of RGB (Red+Green+Blue) = 195+242+189=626 (82% of max value = 765). Red value is 195 (76.56% from 255 or 31.15% from 626); Green value is 242 (94.92% from 255 or 38.66% from 626); Blue value is 189 (74.22% from 255 or 30.19% from 626); Max value from RGB is 242 - color contains mainly: green. Hex color #C3F2BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C3F2BD is #3C0D42. Grayscale: #DEDEDE. Windows color (decimal): -3935555 or 12448451. OLE color: 12448451.

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

Color convert

RGB195242189-
CMYK0.1900.220.05
HSL113.21º67.09%84.51%-
HSV(B)113.21º21.9%94.9%-
XYZ63.4478.7860.01-
YUV221.9109.43108.81-

RGB Variations

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

RGB

RED value IS 195 (76.56% from 255) = 31.15%
GREEN value IS 242 (94.92% from 255) = 38.66%
BLUE value IS 189 (74.22% from 255) = 30.19%
R=31.15%
G=38.66%
B=30.19%

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
Decimal1952421890.1900.220.05113.2167.0984.51
HexC3F2BD130165714355
Octal303362275230265161103125
Binary11000011111100101011110110011010110101111000110000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C3F2BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C3F2BD; }

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

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

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

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

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

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

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

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