Html Css Color HEX #6ADAB4 Medium Aquamarine

📋 copy color: '#6ADAB4'

red 106 ◦ green 218 ◦ blue 180

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

Shades of Medium Aquamarine #6ADAB4

Tints of Medium Aquamarine #6ADAB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 35.71%

R = 21.03%
G = 43.25%
B = 35.71%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.17

 K value IS 0.15

RGB Variations

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

Color information

#6ADAB4 (or 0x6ADAB4) is known color: Medium Aquamarine. HEX triplet: 6A, DA and B4. RGB value is (106,218,180). Sum of RGB (Red+Green+Blue) = 106+218+180=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 218 (85.55% from 255 or 43.25% from 504); Blue value is 180 (70.70% from 255 or 35.71% from 504); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6ADAB4 is #95254B. Grayscale: #B4B4B4. Windows color (decimal): -9774412 or 11852394. OLE color: 11852394.

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

Color convert

RGB 106 218 180 -
CMYK 0.51 0 0.17 0.15
HSL 159.64º 0.6% 0.64% -
HSV(B) 159.64º 0.51% 0.85% -
XYZ 39.25 56.5 52.02 -
YUV 180.18 127.89 75.09 -
System Red Green Blue C M Y K H S L
Decimal 106 218 180 0.51 0 0.17 0.15 159.64 0.6 0.64
Hex 6A DA B4 33 0 11 F A0 3C 40
Octal 152 332 264 63 0 21 17 240 74 100
Binary 1101010 11011010 10110100 110011 0 10001 1111 10100000 111100 1000000

Color Harmonies of #6ADAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAB4

Black with #6ADAB4

Text Example


Text Example

White with #6ADAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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