Html Css Color HEX #6ACEAA Medium Aquamarine

📋 copy color: '#6ACEAA'

red 106 ◦ green 206 ◦ blue 170

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

Shades of Medium Aquamarine #6ACEAA

Tints of Medium Aquamarine #6ACEAA

RGB

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

 GREEN value IS 206 (80.86% from 255) = 42.74%

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

R = 21.99%
G = 42.74%
B = 35.27%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#6ACEAA (or 0x6ACEAA) is known color: Medium Aquamarine. HEX triplet: 6A, CE and AA. RGB value is (106,206,170). Sum of RGB (Red+Green+Blue) = 106+206+170=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 206 (80.86% from 255 or 42.74% from 482); Blue value is 170 (66.80% from 255 or 35.27% from 482); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEAA is #953155. Grayscale: #ACACAC. Windows color (decimal): -9777494 or 11193962. OLE color: 11193962.

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

Color convert

RGB 106 206 170 -
CMYK 0.49 0 0.17 0.19
HSL 158.4º 0.51% 0.61% -
HSV(B) 158.4º 0.49% 0.81% -
XYZ 35.27 50.11 45.84 -
YUV 172 126.87 80.93 -
System Red Green Blue C M Y K H S L
Decimal 106 206 170 0.49 0 0.17 0.19 158.4 0.51 0.61
Hex 6A CE AA 31 0 11 13 9E 33 3D
Octal 152 316 252 61 0 21 23 236 63 75
Binary 1101010 11001110 10101010 110001 0 10001 10011 10011110 110011 111101

Color Harmonies of #6ACEAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEAA

Black with #6ACEAA

Text Example


Text Example

White with #6ACEAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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