Html Css Color HEX #6AD0A0 Medium Aquamarine

📋 copy color: '#6AD0A0'

red 106 ◦ green 208 ◦ blue 160

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

Shades of Medium Aquamarine #6AD0A0

Tints of Medium Aquamarine #6AD0A0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 33.76%

R = 22.36%
G = 43.88%
B = 33.76%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.23

 K value IS 0.18

RGB Variations

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

Color information

#6AD0A0 (or 0x6AD0A0) is known color: Medium Aquamarine. HEX triplet: 6A, D0 and A0. RGB value is (106,208,160). Sum of RGB (Red+Green+Blue) = 106+208+160=474 (62% of max value = 765). Red value is 106 (41.80% from 255 or 22.36% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 160 (62.89% from 255 or 33.76% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #6AD0A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6AD0A0 is #952F5F. Grayscale: #ACACAC. Windows color (decimal): -9776992 or 10539114. OLE color: 10539114.

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

Color convert

RGB 106 208 160 -
CMYK 0.49 0 0.23 0.18
HSL 151.76º 0.52% 0.62% -
HSV(B) 151.76º 0.49% 0.82% -
XYZ 34.84 50.71 41.21 -
YUV 172.03 121.21 80.9 -
System Red Green Blue C M Y K H S L
Decimal 106 208 160 0.49 0 0.23 0.18 151.76 0.52 0.62
Hex 6A D0 A0 31 0 17 12 98 34 3E
Octal 152 320 240 61 0 27 22 230 64 76
Binary 1101010 11010000 10100000 110001 0 10111 10010 10011000 110100 111110

Color Harmonies of #6AD0A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AD0A0

Black with #6AD0A0

Text Example


Text Example

White with #6AD0A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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