Html Css Color HEX #6ABFAA Medium Aquamarine

📋 copy color: '#6ABFAA'

red 106 ◦ green 191 ◦ blue 170

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

Shades of Medium Aquamarine #6ABFAA

Tints of Medium Aquamarine #6ABFAA

RGB

 RED value IS 106 (41.8% from 255) = 22.7%

 GREEN value IS 191 (75% from 255) = 40.9%

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

R = 22.7%
G = 40.9%
B = 36.4%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#6ABFAA (or 0x6ABFAA) is known color: Medium Aquamarine. HEX triplet: 6A, BF and AA. RGB value is (106,191,170). Sum of RGB (Red+Green+Blue) = 106+191+170=467 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.70% from 467); Green value is 191 (75% from 255 or 40.90% from 467); Blue value is 170 (66.80% from 255 or 36.40% from 467); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFAA is #954055. Grayscale: #A3A3A3. Windows color (decimal): -9781334 or 11190122. OLE color: 11190122.

HSL color Cylindrical-coordinate representation of color #6ABFAA: hue angle of 165.18º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6ABFAA is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.

Color convert

RGB 106 191 170 -
CMYK 0.45 0 0.11 0.25
HSL 165.18º 0.4% 0.58% -
HSV(B) 165.18º 0.45% 0.75% -
XYZ 31.83 43.23 44.7 -
YUV 163.19 131.84 87.21 -
System Red Green Blue C M Y K H S L
Decimal 106 191 170 0.45 0 0.11 0.25 165.18 0.4 0.58
Hex 6A BF AA 2D 0 B 19 A5 28 3A
Octal 152 277 252 55 0 13 31 245 50 72
Binary 1101010 10111111 10101010 101101 0 1011 11001 10100101 101000 111010

Color Harmonies of #6ABFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFAA

Black with #6ABFAA

Text Example


Text Example

White with #6ABFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,191,170); }

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

background-color css

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

 a { background-color: rgb(106,191,170); }

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

border-color css

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

 span { border-color: rgb(106,191,170); }

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