Html Css Color HEX #6ACEAB Medium Aquamarine

📋 copy color: '#6ACEAB'

red 106 ◦ green 206 ◦ blue 171

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

Shades of Medium Aquamarine #6ACEAB

Tints of Medium Aquamarine #6ACEAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 35.4%

R = 21.95%
G = 42.65%
B = 35.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#6ACEAB (or 0x6ACEAB) is known color: Medium Aquamarine. HEX triplet: 6A, CE and AB. RGB value is (106,206,171). Sum of RGB (Red+Green+Blue) = 106+206+171=483 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.95% from 483); Green value is 206 (80.86% from 255 or 42.65% from 483); Blue value is 171 (67.19% from 255 or 35.40% from 483); Max value from RGB is 206 - color contains mainly: green. Hex color #6ACEAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACEAB is #953154. Grayscale: #ACACAC. Windows color (decimal): -9777493 or 11259498. OLE color: 11259498.

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

Color convert

RGB 106 206 171 -
CMYK 0.49 0 0.17 0.19
HSL 159º 0.51% 0.61% -
HSV(B) 159º 0.49% 0.81% -
XYZ 35.37 50.15 46.34 -
YUV 172.11 127.37 80.85 -
System Red Green Blue C M Y K H S L
Decimal 106 206 171 0.49 0 0.17 0.19 159 0.51 0.61
Hex 6A CE AB 31 0 11 13 9F 33 3D
Octal 152 316 253 61 0 21 23 237 63 75
Binary 1101010 11001110 10101011 110001 0 10001 10011 10011111 110011 111101

Color Harmonies of #6ACEAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACEAB

Black with #6ACEAB

Text Example


Text Example

White with #6ACEAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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