Html Css Color HEX #6ACEA2 Medium Aquamarine

📋 copy color: '#6ACEA2'

red 106 ◦ green 206 ◦ blue 162

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

Shades of Medium Aquamarine #6ACEA2

Tints of Medium Aquamarine #6ACEA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 34.18%

R = 22.36%
G = 43.46%
B = 34.18%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.21

 K value IS 0.19

RGB Variations

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

Color information

#6ACEA2 (or 0x6ACEA2) is known color: Medium Aquamarine. HEX triplet: 6A, CE and A2. RGB value is (106,206,162). Sum of RGB (Red+Green+Blue) = 106+206+162=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 162 (63.67% from 255 or 34.18% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA2 is #95315D. Grayscale: #ABABAB. Windows color (decimal): -9777502 or 10669674. OLE color: 10669674.

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

Color convert

RGB 106 206 162 -
CMYK 0.49 0 0.21 0.19
HSL 153.6º 0.51% 0.61% -
HSV(B) 153.6º 0.49% 0.81% -
XYZ 34.54 49.82 41.98 -
YUV 171.08 122.87 81.58 -
System Red Green Blue C M Y K H S L
Decimal 106 206 162 0.49 0 0.21 0.19 153.6 0.51 0.61
Hex 6A CE A2 31 0 15 13 9A 33 3D
Octal 152 316 242 61 0 25 23 232 63 75
Binary 1101010 11001110 10100010 110001 0 10101 10011 10011010 110011 111101

Color Harmonies of #6ACEA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEA2

Black with #6ACEA2

Text Example


Text Example

White with #6ACEA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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