Html Css Color HEX #6BC1AA Medium Aquamarine

📋 copy color: '#6BC1AA'

red 107 ◦ green 193 ◦ blue 170

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

Shades of Medium Aquamarine #6BC1AA

Tints of Medium Aquamarine #6BC1AA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.06%

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

R = 22.77%
G = 41.06%
B = 36.17%

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

#6BC1AA (or 0x6BC1AA) is known color: Medium Aquamarine. HEX triplet: 6B, C1 and AA. RGB value is (107,193,170). Sum of RGB (Red+Green+Blue) = 107+193+170=470 (62% of max value = 765). Red value is 107 (42.19% from 255 or 22.77% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 170 (66.80% from 255 or 36.17% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #6BC1AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6BC1AA is #943E55. Grayscale: #A4A4A4. Windows color (decimal): -9715286 or 11190635. OLE color: 11190635.

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

Color convert

RGB 107 193 170 -
CMYK 0.45 0 0.12 0.24
HSL 163.95º 0.41% 0.59% -
HSV(B) 163.95º 0.45% 0.76% -
XYZ 32.39 44.17 44.85 -
YUV 164.66 131.01 86.87 -
System Red Green Blue C M Y K H S L
Decimal 107 193 170 0.45 0 0.12 0.24 163.95 0.41 0.59
Hex 6B C1 AA 2D 0 C 18 A4 29 3B
Octal 153 301 252 55 0 14 30 244 51 73
Binary 1101011 11000001 10101010 101101 0 1100 11000 10100100 101001 111011

Color Harmonies of #6BC1AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6BC1AA

Black with #6BC1AA

Text Example


Text Example

White with #6BC1AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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