Html Css Color HEX #6ACEA6 Medium Aquamarine

📋 copy color: '#6ACEA6'

red 106 ◦ green 206 ◦ blue 166

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

Shades of Medium Aquamarine #6ACEA6

Tints of Medium Aquamarine #6ACEA6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 34.73%

R = 22.18%
G = 43.1%
B = 34.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.19

 K value IS 0.19

RGB Variations

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

Color information

#6ACEA6 (or 0x6ACEA6) is known color: Medium Aquamarine. HEX triplet: 6A, CE and A6. RGB value is (106,206,166). Sum of RGB (Red+Green+Blue) = 106+206+166=478 (63% of max value = 765). Red value is 106 (41.80% from 255 or 22.18% from 478); Green value is 206 (80.86% from 255 or 43.10% from 478); Blue value is 166 (65.23% from 255 or 34.73% from 478); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA6 is #953159. Grayscale: #ABABAB. Windows color (decimal): -9777498 or 10931818. OLE color: 10931818.

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

Color convert

RGB 106 206 166 -
CMYK 0.49 0 0.19 0.19
HSL 156º 0.51% 0.61% -
HSV(B) 156º 0.49% 0.81% -
XYZ 34.9 49.96 43.88 -
YUV 171.54 124.87 81.25 -
System Red Green Blue C M Y K H S L
Decimal 106 206 166 0.49 0 0.19 0.19 156 0.51 0.61
Hex 6A CE A6 31 0 13 13 9C 33 3D
Octal 152 316 246 61 0 23 23 234 63 75
Binary 1101010 11001110 10100110 110001 0 10011 10011 10011100 110011 111101

Color Harmonies of #6ACEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEA6

Black with #6ACEA6

Text Example


Text Example

White with #6ACEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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