Html Css Color HEX #6ADEB0 Medium Aquamarine

📋 copy color: '#6ADEB0'

red 106 ◦ green 222 ◦ blue 176

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

Shades of Medium Aquamarine #6ADEB0

Tints of Medium Aquamarine #6ADEB0

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.05%

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

R = 21.03%
G = 44.05%
B = 34.92%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.21

 K value IS 0.13

RGB Variations

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

Color information

#6ADEB0 (or 0x6ADEB0) is known color: Medium Aquamarine. HEX triplet: 6A, DE and B0. RGB value is (106,222,176). Sum of RGB (Red+Green+Blue) = 106+222+176=504 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.03% from 504); Green value is 222 (87.11% from 255 or 44.05% from 504); Blue value is 176 (69.14% from 255 or 34.92% from 504); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEB0 is #95214F. Grayscale: #B6B6B6. Windows color (decimal): -9773392 or 11591274. OLE color: 11591274.

HSL color Cylindrical-coordinate representation of color #6ADEB0: hue angle of 156.21º degrees, saturation: 0.64, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6ADEB0 is Cyan = 0.52, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 176 -
CMYK 0.52 0 0.21 0.13
HSL 156.21º 0.64% 0.64% -
HSV(B) 156.21º 0.52% 0.87% -
XYZ 39.9 58.44 50.25 -
YUV 182.07 124.57 73.74 -
System Red Green Blue C M Y K H S L
Decimal 106 222 176 0.52 0 0.21 0.13 156.21 0.64 0.64
Hex 6A DE B0 34 0 15 D 9C 40 40
Octal 152 336 260 64 0 25 15 234 100 100
Binary 1101010 11011110 10110000 110100 0 10101 1101 10011100 1000000 1000000

Color Harmonies of #6ADEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEB0

Black with #6ADEB0

Text Example


Text Example

White with #6ADEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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