Html Css Color HEX #6ACCAA Medium Aquamarine

📋 copy color: '#6ACCAA'

red 106 ◦ green 204 ◦ blue 170

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

Shades of Medium Aquamarine #6ACCAA

Tints of Medium Aquamarine #6ACCAA

RGB

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

 GREEN value IS 204 (80.08% from 255) = 42.5%

 BLUE value IS 170 (66.8% from 255) = 35.42%

R = 22.08%
G = 42.5%
B = 35.42%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.2

RGB Variations

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

Color information

#6ACCAA (or 0x6ACCAA) is known color: Medium Aquamarine. HEX triplet: 6A, CC and AA. RGB value is (106,204,170). Sum of RGB (Red+Green+Blue) = 106+204+170=480 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.08% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 170 (66.80% from 255 or 35.42% from 480); Max value from RGB is 204 - color contains mainly: green. Hex color #6ACCAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACCAA is #953355. Grayscale: #AAAAAA. Windows color (decimal): -9778006 or 11193450. OLE color: 11193450.

HSL color Cylindrical-coordinate representation of color #6ACCAA: hue angle of 159.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACCAA is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 204 170 -
CMYK 0.48 0 0.17 0.2
HSL 159.18º 0.49% 0.61% -
HSV(B) 159.18º 0.48% 0.8% -
XYZ 34.79 49.15 45.68 -
YUV 170.82 127.53 81.76 -
System Red Green Blue C M Y K H S L
Decimal 106 204 170 0.48 0 0.17 0.2 159.18 0.49 0.61
Hex 6A CC AA 30 0 11 14 9F 31 3D
Octal 152 314 252 60 0 21 24 237 61 75
Binary 1101010 11001100 10101010 110000 0 10001 10100 10011111 110001 111101

Color Harmonies of #6ACCAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACCAA

Black with #6ACCAA

Text Example


Text Example

White with #6ACCAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,204,170); }

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

background-color css

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

 a { background-color: rgb(106,204,170); }

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

border-color css

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

 span { border-color: rgb(106,204,170); }

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