Html Css Color HEX #6ADCB1 Medium Aquamarine

📋 copy color: '#6ADCB1'

red 106 ◦ green 220 ◦ blue 177

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

Shades of Medium Aquamarine #6ADCB1

Tints of Medium Aquamarine #6ADCB1

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

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

R = 21.07%
G = 43.74%
B = 35.19%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.20

 K value IS 0.14

RGB Variations

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

Color information

#6ADCB1 (or 0x6ADCB1) is known color: Medium Aquamarine. HEX triplet: 6A, DC and B1. RGB value is (106,220,177). Sum of RGB (Red+Green+Blue) = 106+220+177=503 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.07% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 177 (69.53% from 255 or 35.19% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #6ADCB1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADCB1 is #95234E. Grayscale: #B5B5B5. Windows color (decimal): -9773903 or 11656298. OLE color: 11656298.

HSL color Cylindrical-coordinate representation of color #6ADCB1: hue angle of 157.37º degrees, saturation: 0.62, 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 #6ADCB1 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 220 177 -
CMYK 0.52 0 0.20 0.14
HSL 157.37º 0.62% 0.64% -
HSV(B) 157.37º 0.52% 0.86% -
XYZ 39.47 57.42 50.6 -
YUV 181.01 125.73 74.5 -
System Red Green Blue C M Y K H S L
Decimal 106 220 177 0.52 0 0.20 0.14 157.37 0.62 0.64
Hex 6A DC B1 34 0 14 E 9D 3E 40
Octal 152 334 261 64 0 24 16 235 76 100
Binary 1101010 11011100 10110001 110100 0 10100 1110 10011101 111110 1000000

Color Harmonies of #6ADCB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADCB1

Black with #6ADCB1

Text Example


Text Example

White with #6ADCB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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