Html Css Color HEX #6ABFA7 Medium Aquamarine

📋 copy color: '#6ABFA7'

red 106 ◦ green 191 ◦ blue 167

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

Shades of Medium Aquamarine #6ABFA7

Tints of Medium Aquamarine #6ABFA7

RGB

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

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

 BLUE value IS 167 (65.63% from 255) = 35.99%

R = 22.84%
G = 41.16%
B = 35.99%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.13

 K value IS 0.25

RGB Variations

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

Color information

#6ABFA7 (or 0x6ABFA7) is known color: Medium Aquamarine. HEX triplet: 6A, BF and A7. RGB value is (106,191,167). Sum of RGB (Red+Green+Blue) = 106+191+167=464 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.84% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 167 (65.62% from 255 or 35.99% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA7 is #954058. Grayscale: #A2A2A2. Windows color (decimal): -9781337 or 10993514. OLE color: 10993514.

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

Color convert

RGB 106 191 167 -
CMYK 0.45 0 0.13 0.25
HSL 163.06º 0.4% 0.58% -
HSV(B) 163.06º 0.45% 0.75% -
XYZ 31.55 43.12 43.22 -
YUV 162.85 130.34 87.45 -
System Red Green Blue C M Y K H S L
Decimal 106 191 167 0.45 0 0.13 0.25 163.06 0.4 0.58
Hex 6A BF A7 2D 0 D 19 A3 28 3A
Octal 152 277 247 55 0 15 31 243 50 72
Binary 1101010 10111111 10100111 101101 0 1101 11001 10100011 101000 111010

Color Harmonies of #6ABFA7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFA7

Black with #6ABFA7

Text Example


Text Example

White with #6ABFA7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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