Html Css Color HEX #6ACDAB Medium Aquamarine

📋 copy color: '#6ACDAB'

red 106 ◦ green 205 ◦ blue 171

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

Shades of Medium Aquamarine #6ACDAB

Tints of Medium Aquamarine #6ACDAB

RGB

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

 GREEN value IS 205 (80.47% from 255) = 42.53%

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

R = 21.99%
G = 42.53%
B = 35.48%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.17

 K value IS 0.20

RGB Variations

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

Color information

#6ACDAB (or 0x6ACDAB) is known color: Medium Aquamarine. HEX triplet: 6A, CD and AB. RGB value is (106,205,171). Sum of RGB (Red+Green+Blue) = 106+205+171=482 (63% of max value = 765). Red value is 106 (41.80% from 255 or 21.99% from 482); Green value is 205 (80.47% from 255 or 42.53% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 205 - color contains mainly: green. Hex color #6ACDAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ACDAB is #953254. Grayscale: #ABABAB. Windows color (decimal): -9777749 or 11259242. OLE color: 11259242.

HSL color Cylindrical-coordinate representation of color #6ACDAB: hue angle of 159.39º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6ACDAB is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 205 171 -
CMYK 0.48 0 0.17 0.20
HSL 159.39º 0.5% 0.61% -
HSV(B) 159.39º 0.48% 0.8% -
XYZ 35.13 49.67 46.26 -
YUV 171.52 127.7 81.26 -
System Red Green Blue C M Y K H S L
Decimal 106 205 171 0.48 0 0.17 0.20 159.39 0.5 0.61
Hex 6A CD AB 30 0 11 14 9F 32 3D
Octal 152 315 253 60 0 21 24 237 62 75
Binary 1101010 11001101 10101011 110000 0 10001 10100 10011111 110010 111101

Color Harmonies of #6ACDAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ACDAB

Black with #6ACDAB

Text Example


Text Example

White with #6ACDAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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