#C2F6BC

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

Shades of Tea Green #C2F6BC

Tints of Tea Green #C2F6BC

Color information

#C2F6BC (or 0xC2F6BC) is unknown color: approx Tea Green. HEX triplet: C2, F6 and BC. RGB value is (194,246,188). Sum of RGB (Red+Green+Blue) = 194+246+188=628 (83% of max value = 765). Red value is 194 (76.17% from 255 or 30.89% from 628); Green value is 246 (96.48% from 255 or 39.17% from 628); Blue value is 188 (73.83% from 255 or 29.94% from 628); Max value from RGB is 246 - color contains mainly: green. Hex color #C2F6BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C2F6BC is #3D0943. Grayscale: #E0E0E0. Windows color (decimal): -4000068 or 12383938. OLE color: 12383938.

HSL color Cylindrical-coordinate representation of color #C2F6BC: hue angle of 113.79º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #C2F6BC is Cyan = 0.21, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.

Color convert

RGB194246188-
CMYK0.2100.240.04
HSL113.79º76.32%85.1%-
HSV(B)113.79º23.58%96.47%-
XYZ64.2881.0159.83-
YUV223.84107.77106.72-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 30.89%
GREEN value IS 246 (96.48% from 255) = 39.17%
BLUE value IS 188 (73.83% from 255) = 29.94%
R=30.89%
G=39.17%
B=29.94%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1942461880.2100.240.04113.7976.3285.1
HexC2F6BC150184724c55
Octal302366274250304162114125
Binary11000010111101101011110010101011000100111001010011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2F6BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2F6BC; }

 p { color: rgb(194,246,188); }

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

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

 a { background-color: rgb(194,246,188); }

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

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

 span { border-color: rgb(194,246,188); }

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