Html Css Color HEX #C6F0BC Tea Green

📋 copy color: '#C6F0BC'

red 198 ◦ green 240 ◦ blue 188

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

Shades of Tea Green #C6F0BC

Tints of Tea Green #C6F0BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.03%

R = 31.63%
G = 38.34%
B = 30.03%

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

#C6F0BC (or 0xC6F0BC) is known color: Tea Green. HEX triplet: C6, F0 and BC. RGB value is (198,240,188). Sum of RGB (Red+Green+Blue) = 198+240+188=626 (82% of max value = 765). Red value is 198 (77.73% from 255 or 31.63% from 626); Green value is 240 (94.14% from 255 or 38.34% from 626); Blue value is 188 (73.83% from 255 or 30.03% from 626); Max value from RGB is 240 - color contains mainly: green. Hex color #C6F0BC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #C6F0BC is #390F43. Grayscale: #DDDDDD. Windows color (decimal): -3739460 or 12382406. OLE color: 12382406.

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

Color convert

RGB 198 240 188 -
CMYK 0.18 0 0.22 0.06
HSL 108.46º 0.63% 0.84% -
HSV(B) 108.46º 0.22% 0.94% -
XYZ 63.53 77.96 59.28 -
YUV 221.51 109.09 111.23 -
System Red Green Blue C M Y K H S L
Decimal 198 240 188 0.18 0 0.22 0.06 108.46 0.63 0.84
Hex C6 F0 BC 12 0 16 6 6C 3F 54
Octal 306 360 274 22 0 26 6 154 77 124
Binary 11000110 11110000 10111100 10010 0 10110 110 1101100 111111 1010100

Color Harmonies of #C6F0BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C6F0BC

Black with #C6F0BC

Text Example


Text Example

White with #C6F0BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C6F0BC; }

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

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

background-color css

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

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

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

border-color css

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

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

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