Html Css Color HEX #6ACEA4 Medium Aquamarine

📋 copy color: '#6ACEA4'

red 106 ◦ green 206 ◦ blue 164

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

Shades of Medium Aquamarine #6ACEA4

Tints of Medium Aquamarine #6ACEA4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 34.45%

R = 22.27%
G = 43.28%
B = 34.45%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.20

 K value IS 0.19

RGB Variations

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

Color information

#6ACEA4 (or 0x6ACEA4) is known color: Medium Aquamarine. HEX triplet: 6A, CE and A4. RGB value is (106,206,164). Sum of RGB (Red+Green+Blue) = 106+206+164=476 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.27% from 476); Green value is 206 (80.86% from 255 or 43.28% from 476); Blue value is 164 (64.45% from 255 or 34.45% from 476); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA4 is #95315B. Grayscale: #ABABAB. Windows color (decimal): -9777500 or 10800746. OLE color: 10800746.

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

Color convert

RGB 106 206 164 -
CMYK 0.49 0 0.20 0.19
HSL 154.8º 0.51% 0.61% -
HSV(B) 154.8º 0.49% 0.81% -
XYZ 34.72 49.89 42.92 -
YUV 171.31 123.87 81.42 -
System Red Green Blue C M Y K H S L
Decimal 106 206 164 0.49 0 0.20 0.19 154.8 0.51 0.61
Hex 6A CE A4 31 0 14 13 9B 33 3D
Octal 152 316 244 61 0 24 23 233 63 75
Binary 1101010 11001110 10100100 110001 0 10100 10011 10011011 110011 111101

Color Harmonies of #6ACEA4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEA4

Black with #6ACEA4

Text Example


Text Example

White with #6ACEA4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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