Html Css Color HEX #6ACEB1 Medium Aquamarine

📋 copy color: '#6ACEB1'

red 106 ◦ green 206 ◦ blue 177

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

Shades of Medium Aquamarine #6ACEB1

Tints of Medium Aquamarine #6ACEB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 36.2%

R = 21.68%
G = 42.13%
B = 36.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.14

 K value IS 0.19

RGB Variations

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

Color information

#6ACEB1 (or 0x6ACEB1) is known color: Medium Aquamarine. HEX triplet: 6A, CE and B1. RGB value is (106,206,177). Sum of RGB (Red+Green+Blue) = 106+206+177=489 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.68% from 489); Green value is 206 (80.86% from 255 or 42.13% from 489); Blue value is 177 (69.53% from 255 or 36.20% from 489); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEB1 is #95314E. Grayscale: #ACACAC. Windows color (decimal): -9777487 or 11652714. OLE color: 11652714.

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

Color convert

RGB 106 206 177 -
CMYK 0.49 0 0.14 0.19
HSL 162.6º 0.51% 0.61% -
HSV(B) 162.6º 0.49% 0.81% -
XYZ 35.95 50.38 49.42 -
YUV 172.79 130.37 80.36 -
System Red Green Blue C M Y K H S L
Decimal 106 206 177 0.49 0 0.14 0.19 162.6 0.51 0.61
Hex 6A CE B1 31 0 E 13 A3 33 3D
Octal 152 316 261 61 0 16 23 243 63 75
Binary 1101010 11001110 10110001 110001 0 1110 10011 10100011 110011 111101

Color Harmonies of #6ACEB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEB1

Black with #6ACEB1

Text Example


Text Example

White with #6ACEB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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