Html Css Color HEX #6ADAB0 Medium Aquamarine

📋 copy color: '#6ADAB0'

red 106 ◦ green 218 ◦ blue 176

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

Shades of Medium Aquamarine #6ADAB0

Tints of Medium Aquamarine #6ADAB0

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.6%

 BLUE value IS 176 (69.14% from 255) = 35.2%

R = 21.2%
G = 43.6%
B = 35.2%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#6ADAB0 (or 0x6ADAB0) is known color: Medium Aquamarine. HEX triplet: 6A, DA and B0. RGB value is (106,218,176). Sum of RGB (Red+Green+Blue) = 106+218+176=500 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.2% from 500); Green value is 218 (85.55% from 255 or 43.6% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAB0 is #95254F. Grayscale: #B3B3B3. Windows color (decimal): -9774416 or 11590250. OLE color: 11590250.

HSL color Cylindrical-coordinate representation of color #6ADAB0: hue angle of 157.5º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6ADAB0 is Cyan = 0.51, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 176 -
CMYK 0.51 0 0.19 0.15
HSL 157.5º 0.6% 0.64% -
HSV(B) 157.5º 0.51% 0.85% -
XYZ 38.85 56.34 49.9 -
YUV 179.72 125.89 75.42 -
System Red Green Blue C M Y K H S L
Decimal 106 218 176 0.51 0 0.19 0.15 157.5 0.6 0.64
Hex 6A DA B0 33 0 13 F 9E 3C 40
Octal 152 332 260 63 0 23 17 236 74 100
Binary 1101010 11011010 10110000 110011 0 10011 1111 10011110 111100 1000000

Color Harmonies of #6ADAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAB0

Black with #6ADAB0

Text Example


Text Example

White with #6ADAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,218,176); }

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

background-color css

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

 a { background-color: rgb(106,218,176); }

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

border-color css

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

 span { border-color: rgb(106,218,176); }

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