Html Css Color HEX #6ABFA8 Medium Aquamarine

📋 copy color: '#6ABFA8'

red 106 ◦ green 191 ◦ blue 168

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

Shades of Medium Aquamarine #6ABFA8

Tints of Medium Aquamarine #6ABFA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 36.13%

R = 22.8%
G = 41.08%
B = 36.13%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.12

 K value IS 0.25

RGB Variations

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

Color information

#6ABFA8 (or 0x6ABFA8) is known color: Medium Aquamarine. HEX triplet: 6A, BF and A8. RGB value is (106,191,168). Sum of RGB (Red+Green+Blue) = 106+191+168=465 (61% of max value = 765). Red value is 106 (41.80% from 255 or 22.80% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 168 (66.02% from 255 or 36.13% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #6ABFA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ABFA8 is #954057. Grayscale: #A2A2A2. Windows color (decimal): -9781336 or 11059050. OLE color: 11059050.

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

Color convert

RGB 106 191 168 -
CMYK 0.45 0 0.12 0.25
HSL 163.76º 0.4% 0.58% -
HSV(B) 163.76º 0.45% 0.75% -
XYZ 31.64 43.15 43.71 -
YUV 162.96 130.84 87.37 -
System Red Green Blue C M Y K H S L
Decimal 106 191 168 0.45 0 0.12 0.25 163.76 0.4 0.58
Hex 6A BF A8 2D 0 C 19 A4 28 3A
Octal 152 277 250 55 0 14 31 244 50 72
Binary 1101010 10111111 10101000 101101 0 1100 11001 10100100 101000 111010

Color Harmonies of #6ABFA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ABFA8

Black with #6ABFA8

Text Example


Text Example

White with #6ABFA8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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