Html Css Color HEX #6BC2AC Medium Aquamarine

📋 copy color: '#6BC2AC'

red 107 ◦ green 194 ◦ blue 172

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

Shades of Medium Aquamarine #6BC2AC

Tints of Medium Aquamarine #6BC2AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 36.36%

R = 22.62%
G = 41.01%
B = 36.36%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.24

RGB Variations

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

Color information

#6BC2AC (or 0x6BC2AC) is known color: Medium Aquamarine. HEX triplet: 6B, C2 and AC. RGB value is (107,194,172). Sum of RGB (Red+Green+Blue) = 107+194+172=473 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.62% from 473); Green value is 194 (76.17% from 255 or 41.01% from 473); Blue value is 172 (67.58% from 255 or 36.36% from 473); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC2AC is #943D53. Grayscale: #A5A5A5. Windows color (decimal): -9715028 or 11321963. OLE color: 11321963.

HSL color Cylindrical-coordinate representation of color #6BC2AC: hue angle of 164.83º 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 #6BC2AC is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.

Color convert

RGB 107 194 172 -
CMYK 0.45 0 0.11 0.24
HSL 164.83º 0.42% 0.59% -
HSV(B) 164.83º 0.45% 0.76% -
XYZ 32.8 44.69 45.93 -
YUV 165.48 131.68 86.29 -
System Red Green Blue C M Y K H S L
Decimal 107 194 172 0.45 0 0.11 0.24 164.83 0.42 0.59
Hex 6B C2 AC 2D 0 B 18 A5 2A 3B
Octal 153 302 254 55 0 13 30 245 52 73
Binary 1101011 11000010 10101100 101101 0 1011 11000 10100101 101010 111011

Color Harmonies of #6BC2AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2AC

Black with #6BC2AC

Text Example


Text Example

White with #6BC2AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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