Html Css Color HEX #C6F0BA Tea Green

📋 copy color: '#C6F0BA'

red 198 ◦ green 240 ◦ blue 186

#C6F0BA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #C6F0BA

Tints of Tea Green #C6F0BA

RGB

 RED value IS 198 (77.73% from 255) = 31.73%

 GREEN value IS 240 (94.14% from 255) = 38.46%

 BLUE value IS 186 (73.05% from 255) = 29.81%

R = 31.73%
G = 38.46%
B = 29.81%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.22

 K value IS 0.06

RGB Variations

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

Color information

#C6F0BA (or 0xC6F0BA) is known color: Tea Green. HEX triplet: C6, F0 and BA. RGB value is (198,240,186). Sum of RGB (Red+Green+Blue) = 198+240+186=624 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.73% from 624); Green value is 240 (94.14% from 255 or 38.46% from 624); Blue value is 186 (73.05% from 255 or 29.81% from 624); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F0BA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F0BA is #390F45. Grayscale: #DDDDDD. Windows color (decimal): -3739462 or 12251334. OLE color: 12251334.

HSL color Cylindrical-coordinate representation of color #C6F0BA: hue angle of 106.67º degrees, saturation: 0.64, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #C6F0BA is Cyan = 0.18, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.

Color convert

RGB 198 240 186 -
CMYK 0.18 0 0.22 0.06
HSL 106.67º 0.64% 0.84% -
HSV(B) 106.67º 0.23% 0.94% -
XYZ 63.31 77.87 58.15 -
YUV 221.29 108.09 111.39 -
System Red Green Blue C M Y K H S L
Decimal 198 240 186 0.18 0 0.22 0.06 106.67 0.64 0.84
Hex C6 F0 BA 12 0 16 6 6B 40 54
Octal 306 360 272 22 0 26 6 153 100 124
Binary 11000110 11110000 10111010 10010 0 10110 110 1101011 1000000 1010100

Color Harmonies of #C6F0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F0BA

Black with #C6F0BA

Text Example


Text Example

White with #C6F0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F0BA; }

 p { color: rgb(198,240,186); }

 H1.HeaderClassName
 {
   color: #C6F0BA;
 }
 .AnyTagClassName
 {
   color: #C6F0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(198,240,186); }

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

border-color css

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

 span { border-color: rgb(198,240,186); }

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