Html Css Color HEX #6ACEA1 Medium Aquamarine

📋 copy color: '#6ACEA1'

red 106 ◦ green 206 ◦ blue 161

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

Shades of Medium Aquamarine #6ACEA1

Tints of Medium Aquamarine #6ACEA1

RGB

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

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

 BLUE value IS 161 (63.28% from 255) = 34.04%

R = 22.41%
G = 43.55%
B = 34.04%

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

#6ACEA1 (or 0x6ACEA1) is known color: Medium Aquamarine. HEX triplet: 6A, CE and A1. RGB value is (106,206,161). Sum of RGB (Red+Green+Blue) = 106+206+161=473 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.41% from 473); Green value is 206 (80.86% from 255 or 43.55% from 473); Blue value is 161 (63.28% from 255 or 34.04% from 473); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEA1 is #95315E. Grayscale: #ABABAB. Windows color (decimal): -9777503 or 10604138. OLE color: 10604138.

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

Color convert

RGB 106 206 161 -
CMYK 0.49 0 0.22 0.19
HSL 153º 0.51% 0.61% -
HSV(B) 153º 0.49% 0.81% -
XYZ 34.45 49.78 41.51 -
YUV 170.97 122.37 81.66 -
System Red Green Blue C M Y K H S L
Decimal 106 206 161 0.49 0 0.22 0.19 153 0.51 0.61
Hex 6A CE A1 31 0 16 13 99 33 3D
Octal 152 316 241 61 0 26 23 231 63 75
Binary 1101010 11001110 10100001 110001 0 10110 10011 10011001 110011 111101

Color Harmonies of #6ACEA1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEA1

Black with #6ACEA1

Text Example


Text Example

White with #6ACEA1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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