Html Css Color HEX #6ACEA0 Medium Aquamarine

📋 copy color: '#6ACEA0'

red 106 ◦ green 206 ◦ blue 160

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

Shades of Medium Aquamarine #6ACEA0

Tints of Medium Aquamarine #6ACEA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.9%

R = 22.46%
G = 43.64%
B = 33.9%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.19

RGB Variations

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

Color information

#6ACEA0 (or 0x6ACEA0) is known color: Medium Aquamarine. HEX triplet: 6A, CE and A0. RGB value is (106,206,160). Sum of RGB (Red+Green+Blue) = 106+206+160=472 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.46% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA0 is #95315F. Grayscale: #AAAAAA. Windows color (decimal): -9777504 or 10538602. OLE color: 10538602.

HSL color Cylindrical-coordinate representation of color #6ACEA0: hue angle of 152.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 #6ACEA0 is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.

Color convert

RGB 106 206 160 -
CMYK 0.49 0 0.22 0.19
HSL 152.4º 0.51% 0.61% -
HSV(B) 152.4º 0.49% 0.81% -
XYZ 34.36 49.74 41.05 -
YUV 170.86 121.87 81.74 -
System Red Green Blue C M Y K H S L
Decimal 106 206 160 0.49 0 0.22 0.19 152.4 0.51 0.61
Hex 6A CE A0 31 0 16 13 98 33 3D
Octal 152 316 240 61 0 26 23 230 63 75
Binary 1101010 11001110 10100000 110001 0 10110 10011 10011000 110011 111101

Color Harmonies of #6ACEA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEA0

Black with #6ACEA0

Text Example


Text Example

White with #6ACEA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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