Html Css Color HEX #6AD0AD Medium Aquamarine

📋 copy color: '#6AD0AD'

red 106 ◦ green 208 ◦ blue 173

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

Shades of Medium Aquamarine #6AD0AD

Tints of Medium Aquamarine #6AD0AD

RGB

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

 GREEN value IS 208 (81.64% from 255) = 42.71%

 BLUE value IS 173 (67.97% from 255) = 35.52%

R = 21.77%
G = 42.71%
B = 35.52%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.17

 K value IS 0.18

RGB Variations

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

Color information

#6AD0AD (or 0x6AD0AD) is known color: Medium Aquamarine. HEX triplet: 6A, D0 and AD. RGB value is (106,208,173). Sum of RGB (Red+Green+Blue) = 106+208+173=487 (64% of max value = 765). Red value is 106 (41.80% from 255 or 21.77% from 487); Green value is 208 (81.64% from 255 or 42.71% from 487); Blue value is 173 (67.97% from 255 or 35.52% from 487); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0AD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD0AD is #952F52. Grayscale: #ADADAD. Windows color (decimal): -9776979 or 11391082. OLE color: 11391082.

HSL color Cylindrical-coordinate representation of color #6AD0AD: hue angle of 159.41º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6AD0AD is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB 106 208 173 -
CMYK 0.49 0 0.17 0.18
HSL 159.41º 0.52% 0.62% -
HSV(B) 159.41º 0.49% 0.82% -
XYZ 36.04 51.19 47.52 -
YUV 173.51 127.71 79.85 -
System Red Green Blue C M Y K H S L
Decimal 106 208 173 0.49 0 0.17 0.18 159.41 0.52 0.62
Hex 6A D0 AD 31 0 11 12 9F 34 3E
Octal 152 320 255 61 0 21 22 237 64 76
Binary 1101010 11010000 10101101 110001 0 10001 10010 10011111 110100 111110

Color Harmonies of #6AD0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0AD

Black with #6AD0AD

Text Example


Text Example

White with #6AD0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,208,173); }

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

background-color css

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

 a { background-color: rgb(106,208,173); }

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

border-color css

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

 span { border-color: rgb(106,208,173); }

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