Html Css Color HEX #6BC2A0 Medium Aquamarine

📋 copy color: '#6BC2A0'

red 107 ◦ green 194 ◦ blue 160

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

Shades of Medium Aquamarine #6BC2A0

Tints of Medium Aquamarine #6BC2A0

RGB

 RED value IS 107 (42.19% from 255) = 23.21%

 GREEN value IS 194 (76.17% from 255) = 42.08%

 BLUE value IS 160 (62.89% from 255) = 34.71%

R = 23.21%
G = 42.08%
B = 34.71%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.18

 K value IS 0.24

RGB Variations

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

Color information

#6BC2A0 (or 0x6BC2A0) is known color: Medium Aquamarine. HEX triplet: 6B, C2 and A0. RGB value is (107,194,160). Sum of RGB (Red+Green+Blue) = 107+194+160=461 (61% of max value = 765). Red value is 107 (42.19% from 255 or 23.21% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 160 (62.89% from 255 or 34.71% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC2A0 is #943D5F. Grayscale: #A4A4A4. Windows color (decimal): -9715040 or 10535531. OLE color: 10535531.

HSL color Cylindrical-coordinate representation of color #6BC2A0: hue angle of 156.55º degrees, saturation: 0.42, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6BC2A0 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 194 160 -
CMYK 0.45 0 0.18 0.24
HSL 156.55º 0.42% 0.59% -
HSV(B) 156.55º 0.45% 0.76% -
XYZ 31.7 44.25 40.13 -
YUV 164.11 125.68 87.26 -
System Red Green Blue C M Y K H S L
Decimal 107 194 160 0.45 0 0.18 0.24 156.55 0.42 0.59
Hex 6B C2 A0 2D 0 12 18 9D 2A 3B
Octal 153 302 240 55 0 22 30 235 52 73
Binary 1101011 11000010 10100000 101101 0 10010 11000 10011101 101010 111011

Color Harmonies of #6BC2A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2A0

Black with #6BC2A0

Text Example


Text Example

White with #6BC2A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6BC2A0; }

 p { color: rgb(107,194,160); }

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

background-color css

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

 a { background-color: rgb(107,194,160); }

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

border-color css

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

 span { border-color: rgb(107,194,160); }

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