Html Css Color HEX #6ADBAA Medium Aquamarine

📋 copy color: '#6ADBAA'

red 106 ◦ green 219 ◦ blue 170

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

Shades of Medium Aquamarine #6ADBAA

Tints of Medium Aquamarine #6ADBAA

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.24%

 BLUE value IS 170 (66.8% from 255) = 34.34%

R = 21.41%
G = 44.24%
B = 34.34%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#6ADBAA (or 0x6ADBAA) is known color: Medium Aquamarine. HEX triplet: 6A, DB and AA. RGB value is (106,219,170). Sum of RGB (Red+Green+Blue) = 106+219+170=495 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.41% from 495); Green value is 219 (85.94% from 255 or 44.24% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 219 - color contains mainly: green. Hex color #6ADBAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADBAA is #952455. Grayscale: #B3B3B3. Windows color (decimal): -9774166 or 11197290. OLE color: 11197290.

HSL color Cylindrical-coordinate representation of color #6ADBAA: hue angle of 153.98º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADBAA is Cyan = 0.52, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 219 170 -
CMYK 0.52 0 0.22 0.14
HSL 153.98º 0.61% 0.64% -
HSV(B) 153.98º 0.52% 0.86% -
XYZ 38.53 56.63 46.93 -
YUV 179.63 122.56 75.48 -
System Red Green Blue C M Y K H S L
Decimal 106 219 170 0.52 0 0.22 0.14 153.98 0.61 0.64
Hex 6A DB AA 34 0 16 E 9A 3D 40
Octal 152 333 252 64 0 26 16 232 75 100
Binary 1101010 11011011 10101010 110100 0 10110 1110 10011010 111101 1000000

Color Harmonies of #6ADBAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADBAA

Black with #6ADBAA

Text Example


Text Example

White with #6ADBAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,219,170); }

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

background-color css

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

 a { background-color: rgb(106,219,170); }

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

border-color css

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

 span { border-color: rgb(106,219,170); }

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