Html Css Color HEX #6AC7A4 Medium Aquamarine

📋 copy color: '#6AC7A4'

red 106 ◦ green 199 ◦ blue 164

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

Shades of Medium Aquamarine #6AC7A4

Tints of Medium Aquamarine #6AC7A4

RGB

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

 GREEN value IS 199 (78.13% from 255) = 42.43%

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

R = 22.6%
G = 42.43%
B = 34.97%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.18

 K value IS 0.22

RGB Variations

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

Color information

#6AC7A4 (or 0x6AC7A4) is known color: Medium Aquamarine. HEX triplet: 6A, C7 and A4. RGB value is (106,199,164). Sum of RGB (Red+Green+Blue) = 106+199+164=469 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.60% from 469); Green value is 199 (78.12% from 255 or 42.43% from 469); Blue value is 164 (64.45% from 255 or 34.97% from 469); Max value from RGB is 199 - color contains mainly: green. Hex color #6AC7A4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AC7A4 is #95385B. Grayscale: #A7A7A7. Windows color (decimal): -9779292 or 10798954. OLE color: 10798954.

HSL color Cylindrical-coordinate representation of color #6AC7A4: hue angle of 157.42º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6AC7A4 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.22.

Color convert

RGB 106 199 164 -
CMYK 0.47 0 0.18 0.22
HSL 157.42º 0.45% 0.6% -
HSV(B) 157.42º 0.47% 0.78% -
XYZ 33.07 46.59 42.37 -
YUV 167.2 126.19 84.35 -
System Red Green Blue C M Y K H S L
Decimal 106 199 164 0.47 0 0.18 0.22 157.42 0.45 0.6
Hex 6A C7 A4 2F 0 12 16 9D 2D 3C
Octal 152 307 244 57 0 22 26 235 55 74
Binary 1101010 11000111 10100100 101111 0 10010 10110 10011101 101101 111100

Color Harmonies of #6AC7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AC7A4

Black with #6AC7A4

Text Example


Text Example

White with #6AC7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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