Html Css Color HEX #6AD4AC Medium Aquamarine

📋 copy color: '#6AD4AC'

red 106 ◦ green 212 ◦ blue 172

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

Shades of Medium Aquamarine #6AD4AC

Tints of Medium Aquamarine #6AD4AC

RGB

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

 GREEN value IS 212 (83.2% from 255) = 43.27%

 BLUE value IS 172 (67.58% from 255) = 35.1%

R = 21.63%
G = 43.27%
B = 35.1%

CMYK

 C value IS 0.5

 M value IS 0

 Y value IS 0.19

 K value IS 0.17

RGB Variations

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

Color information

#6AD4AC (or 0x6AD4AC) is known color: Medium Aquamarine. HEX triplet: 6A, D4 and AC. RGB value is (106,212,172). Sum of RGB (Red+Green+Blue) = 106+212+172=490 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.63% from 490); Green value is 212 (83.20% from 255 or 43.27% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 212 - color contains mainly: green. Hex color #6AD4AC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD4AC is #952B53. Grayscale: #AFAFAF. Windows color (decimal): -9775956 or 11326570. OLE color: 11326570.

HSL color Cylindrical-coordinate representation of color #6AD4AC: hue angle of 157.36º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6AD4AC is Cyan = 0.5, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.17.

Color convert

RGB 106 212 172 -
CMYK 0.5 0 0.19 0.17
HSL 157.36º 0.55% 0.62% -
HSV(B) 157.36º 0.5% 0.83% -
XYZ 36.93 53.13 47.34 -
YUV 175.75 125.88 78.25 -
System Red Green Blue C M Y K H S L
Decimal 106 212 172 0.5 0 0.19 0.17 157.36 0.55 0.62
Hex 6A D4 AC 32 0 13 11 9D 37 3E
Octal 152 324 254 62 0 23 21 235 67 76
Binary 1101010 11010100 10101100 110010 0 10011 10001 10011101 110111 111110

Color Harmonies of #6AD4AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD4AC

Black with #6AD4AC

Text Example


Text Example

White with #6AD4AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,212,172); }

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

background-color css

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

 a { background-color: rgb(106,212,172); }

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

border-color css

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

 span { border-color: rgb(106,212,172); }

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