Html Css Color HEX #6ADAAC Medium Aquamarine

📋 copy color: '#6ADAAC'

red 106 ◦ green 218 ◦ blue 172

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

Shades of Medium Aquamarine #6ADAAC

Tints of Medium Aquamarine #6ADAAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.68%

R = 21.37%
G = 43.95%
B = 34.68%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#6ADAAC (or 0x6ADAAC) is known color: Medium Aquamarine. HEX triplet: 6A, DA and AC. RGB value is (106,218,172). Sum of RGB (Red+Green+Blue) = 106+218+172=496 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.37% from 496); Green value is 218 (85.55% from 255 or 43.95% from 496); Blue value is 172 (67.58% from 255 or 34.68% from 496); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAAC is #952553. Grayscale: #B3B3B3. Windows color (decimal): -9774420 or 11328106. OLE color: 11328106.

HSL color Cylindrical-coordinate representation of color #6ADAAC: hue angle of 155.36º 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 #6ADAAC is Cyan = 0.51, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 218 172 -
CMYK 0.51 0 0.21 0.15
HSL 155.36º 0.6% 0.64% -
HSV(B) 155.36º 0.51% 0.85% -
XYZ 38.46 56.19 47.85 -
YUV 179.27 123.89 75.74 -
System Red Green Blue C M Y K H S L
Decimal 106 218 172 0.51 0 0.21 0.15 155.36 0.6 0.64
Hex 6A DA AC 33 0 15 F 9B 3C 40
Octal 152 332 254 63 0 25 17 233 74 100
Binary 1101010 11011010 10101100 110011 0 10101 1111 10011011 111100 1000000

Color Harmonies of #6ADAAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAAC

Black with #6ADAAC

Text Example


Text Example

White with #6ADAAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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