Html Css Color HEX #6ACEAD Medium Aquamarine

📋 copy color: '#6ACEAD'

red 106 ◦ green 206 ◦ blue 173

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

Shades of Medium Aquamarine #6ACEAD

Tints of Medium Aquamarine #6ACEAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 35.67%

R = 21.86%
G = 42.47%
B = 35.67%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#6ACEAD (or 0x6ACEAD) is known color: Medium Aquamarine. HEX triplet: 6A, CE and AD. RGB value is (106,206,173). Sum of RGB (Red+Green+Blue) = 106+206+173=485 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.86% from 485); Green value is 206 (80.86% from 255 or 42.47% from 485); Blue value is 173 (67.97% from 255 or 35.67% from 485); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEAD is #953152. Grayscale: #ACACAC. Windows color (decimal): -9777491 or 11390570. OLE color: 11390570.

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

Color convert

RGB 106 206 173 -
CMYK 0.49 0 0.16 0.19
HSL 160.2º 0.51% 0.61% -
HSV(B) 160.2º 0.49% 0.81% -
XYZ 35.56 50.22 47.36 -
YUV 172.34 128.37 80.68 -
System Red Green Blue C M Y K H S L
Decimal 106 206 173 0.49 0 0.16 0.19 160.2 0.51 0.61
Hex 6A CE AD 31 0 10 13 A0 33 3D
Octal 152 316 255 61 0 20 23 240 63 75
Binary 1101010 11001110 10101101 110001 0 10000 10011 10100000 110011 111101

Color Harmonies of #6ACEAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEAD

Black with #6ACEAD

Text Example


Text Example

White with #6ACEAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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