Html Css Color HEX #6ABFA4 Medium Aquamarine

📋 copy color: '#6ABFA4'

red 106 ◦ green 191 ◦ blue 164

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

Shades of Medium Aquamarine #6ABFA4

Tints of Medium Aquamarine #6ABFA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 35.57%

R = 22.99%
G = 41.43%
B = 35.57%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#6ABFA4 (or 0x6ABFA4) is known color: Medium Aquamarine. HEX triplet: 6A, BF and A4. RGB value is (106,191,164). Sum of RGB (Red+Green+Blue) = 106+191+164=461 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.99% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 164 (64.45% from 255 or 35.57% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA4 is #95405B. Grayscale: #A2A2A2. Windows color (decimal): -9781340 or 10796906. OLE color: 10796906.

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

Color convert

RGB 106 191 164 -
CMYK 0.45 0 0.14 0.25
HSL 160.94º 0.4% 0.58% -
HSV(B) 160.94º 0.45% 0.75% -
XYZ 31.28 43.01 41.77 -
YUV 162.51 128.84 87.7 -
System Red Green Blue C M Y K H S L
Decimal 106 191 164 0.45 0 0.14 0.25 160.94 0.4 0.58
Hex 6A BF A4 2D 0 E 19 A1 28 3A
Octal 152 277 244 55 0 16 31 241 50 72
Binary 1101010 10111111 10100100 101101 0 1110 11001 10100001 101000 111010

Color Harmonies of #6ABFA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFA4

Black with #6ABFA4

Text Example


Text Example

White with #6ABFA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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