#C2F2BB

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

Shades of Tea Green #C2F2BB

Tints of Tea Green #C2F2BB

Color information

#C2F2BB (or 0xC2F2BB) is unknown color: approx Tea Green. HEX triplet: C2, F2 and BB. RGB value is (194,242,187). Sum of RGB (Red+Green+Blue) = 194+242+187=623 (82% of max value = 765). Red value is 194 (76.17% from 255 or 31.14% from 623); Green value is 242 (94.92% from 255 or 38.84% from 623); Blue value is 187 (73.44% from 255 or 30.02% from 623); Max value from RGB is 242 - color contains mainly: green. Hex color #C2F2BB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F2BB is #3D0D44. Grayscale: #DDDDDD. Windows color (decimal): -4001093 or 12317378. OLE color: 12317378.

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

Color convert

RGB194242187-
CMYK0.2000.230.05
HSL112.36º67.9%84.12%-
HSV(B)112.36º22.73%94.9%-
XYZ62.9778.5658.86-
YUV221.38108.6108.47-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 31.14%
GREEN value IS 242 (94.92% from 255) = 38.84%
BLUE value IS 187 (73.44% from 255) = 30.02%
R=31.14%
G=38.84%
B=30.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1942421870.2000.230.05112.3667.984.12
HexC2F2BB140175704454
Octal302362273240275160104124
Binary11000010111100101011101110100010111101111000010001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F2BB; }

 p { color: rgb(194,242,187); }

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

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

 a { background-color: rgb(194,242,187); }

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

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

 span { border-color: rgb(194,242,187); }

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