Html Css Color HEX #6ABFAB Medium Aquamarine

📋 copy color: '#6ABFAB'

red 106 ◦ green 191 ◦ blue 171

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

Shades of Medium Aquamarine #6ABFAB

Tints of Medium Aquamarine #6ABFAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 36.54%

R = 22.65%
G = 40.81%
B = 36.54%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#6ABFAB (or 0x6ABFAB) is known color: Medium Aquamarine. HEX triplet: 6A, BF and AB. RGB value is (106,191,171). Sum of RGB (Red+Green+Blue) = 106+191+171=468 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.65% from 468); Green value is 191 (75% from 255 or 40.81% from 468); Blue value is 171 (67.19% from 255 or 36.54% from 468); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFAB is #954054. Grayscale: #A3A3A3. Windows color (decimal): -9781333 or 11255658. OLE color: 11255658.

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

Color convert

RGB 106 191 171 -
CMYK 0.45 0 0.10 0.25
HSL 165.88º 0.4% 0.58% -
HSV(B) 165.88º 0.45% 0.75% -
XYZ 31.93 43.27 45.2 -
YUV 163.31 132.34 87.13 -
System Red Green Blue C M Y K H S L
Decimal 106 191 171 0.45 0 0.10 0.25 165.88 0.4 0.58
Hex 6A BF AB 2D 0 A 19 A6 28 3A
Octal 152 277 253 55 0 12 31 246 50 72
Binary 1101010 10111111 10101011 101101 0 1010 11001 10100110 101000 111010

Color Harmonies of #6ABFAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFAB

Black with #6ABFAB

Text Example


Text Example

White with #6ABFAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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