Html Css Color HEX #6AECAA Medium Aquamarine

📋 copy color: '#6AECAA'

red 106 ◦ green 236 ◦ blue 170

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

Shades of Medium Aquamarine #6AECAA

Tints of Medium Aquamarine #6AECAA

RGB

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

 GREEN value IS 236 (92.58% from 255) = 46.09%

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

R = 20.7%
G = 46.09%
B = 33.2%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.28

 K value IS 0.07

RGB Variations

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

Color information

#6AECAA (or 0x6AECAA) is known color: Medium Aquamarine. HEX triplet: 6A, EC and AA. RGB value is (106,236,170). Sum of RGB (Red+Green+Blue) = 106+236+170=512 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.70% from 512); Green value is 236 (92.58% from 255 or 46.09% from 512); Blue value is 170 (66.80% from 255 or 33.20% from 512); Max value from RGB is 236 - color contains mainly: green. Hex color #6AECAA is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AECAA is #951355. Grayscale: #BDBDBD. Windows color (decimal): -9769814 or 11201642. OLE color: 11201642.

HSL color Cylindrical-coordinate representation of color #6AECAA: hue angle of 149.54º degrees, saturation: 0.77, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AECAA is Cyan = 0.55, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 236 170 -
CMYK 0.55 0 0.28 0.07
HSL 149.54º 0.77% 0.67% -
HSV(B) 149.54º 0.55% 0.93% -
XYZ 43.2 65.96 48.48 -
YUV 189.61 116.93 68.37 -
System Red Green Blue C M Y K H S L
Decimal 106 236 170 0.55 0 0.28 0.07 149.54 0.77 0.67
Hex 6A EC AA 37 0 1C 7 96 4D 43
Octal 152 354 252 67 0 34 7 226 115 103
Binary 1101010 11101100 10101010 110111 0 11100 111 10010110 1001101 1000011

Color Harmonies of #6AECAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AECAA

Black with #6AECAA

Text Example


Text Example

White with #6AECAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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