Html Css Color HEX #6ADAB1 Medium Aquamarine

📋 copy color: '#6ADAB1'

red 106 ◦ green 218 ◦ blue 177

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

Shades of Medium Aquamarine #6ADAB1

Tints of Medium Aquamarine #6ADAB1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 35.33%

R = 21.16%
G = 43.51%
B = 35.33%

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

#6ADAB1 (or 0x6ADAB1) is known color: Medium Aquamarine. HEX triplet: 6A, DA and B1. RGB value is (106,218,177). Sum of RGB (Red+Green+Blue) = 106+218+177=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 218 (85.55% from 255 or 43.51% from 501); Blue value is 177 (69.53% from 255 or 35.33% from 501); Max value from RGB is 218 - color contains mainly: green. Hex color #6ADAB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADAB1 is #95254E. Grayscale: #B3B3B3. Windows color (decimal): -9774415 or 11655786. OLE color: 11655786.

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

Color convert

RGB 106 218 177 -
CMYK 0.51 0 0.19 0.15
HSL 158.04º 0.6% 0.64% -
HSV(B) 158.04º 0.51% 0.85% -
XYZ 38.95 56.38 50.42 -
YUV 179.84 126.39 75.33 -
System Red Green Blue C M Y K H S L
Decimal 106 218 177 0.51 0 0.19 0.15 158.04 0.6 0.64
Hex 6A DA B1 33 0 13 F 9E 3C 40
Octal 152 332 261 63 0 23 17 236 74 100
Binary 1101010 11011010 10110001 110011 0 10011 1111 10011110 111100 1000000

Color Harmonies of #6ADAB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADAB1

Black with #6ADAB1

Text Example


Text Example

White with #6ADAB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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