Html Css Color HEX #6BC2AA Medium Aquamarine

📋 copy color: '#6BC2AA'

red 107 ◦ green 194 ◦ blue 170

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

Shades of Medium Aquamarine #6BC2AA

Tints of Medium Aquamarine #6BC2AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 36.09%

R = 22.72%
G = 41.19%
B = 36.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.24

RGB Variations

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

Color information

#6BC2AA (or 0x6BC2AA) is known color: Medium Aquamarine. HEX triplet: 6B, C2 and AA. RGB value is (107,194,170). Sum of RGB (Red+Green+Blue) = 107+194+170=471 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.72% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 170 (66.80% from 255 or 36.09% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #6BC2AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC2AA is #943D55. Grayscale: #A5A5A5. Windows color (decimal): -9715030 or 11190891. OLE color: 11190891.

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

Color convert

RGB 107 194 170 -
CMYK 0.45 0 0.12 0.24
HSL 163.45º 0.42% 0.59% -
HSV(B) 163.45º 0.45% 0.76% -
XYZ 32.61 44.61 44.92 -
YUV 165.25 130.68 86.45 -
System Red Green Blue C M Y K H S L
Decimal 107 194 170 0.45 0 0.12 0.24 163.45 0.42 0.59
Hex 6B C2 AA 2D 0 C 18 A3 2A 3B
Octal 153 302 252 55 0 14 30 243 52 73
Binary 1101011 11000010 10101010 101101 0 1100 11000 10100011 101010 111011

Color Harmonies of #6BC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC2AA

Black with #6BC2AA

Text Example


Text Example

White with #6BC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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