Html Css Color HEX #6ADEA5 Medium Aquamarine

📋 copy color: '#6ADEA5'

red 106 ◦ green 222 ◦ blue 165

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

Shades of Medium Aquamarine #6ADEA5

Tints of Medium Aquamarine #6ADEA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 33.47%

R = 21.5%
G = 45.03%
B = 33.47%

CMYK

 C value IS 0.52

 M value IS 0

 Y value IS 0.26

 K value IS 0.13

RGB Variations

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

Color information

#6ADEA5 (or 0x6ADEA5) is known color: Medium Aquamarine. HEX triplet: 6A, DE and A5. RGB value is (106,222,165). Sum of RGB (Red+Green+Blue) = 106+222+165=493 (65% of max value = 765). Red value is 106 (41.80% from 255 or 21.50% from 493); Green value is 222 (87.11% from 255 or 45.03% from 493); Blue value is 165 (64.84% from 255 or 33.47% from 493); Max value from RGB is 222 - color contains mainly: green. Hex color #6ADEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ADEA5 is #95215A. Grayscale: #B4B4B4. Windows color (decimal): -9773403 or 10870378. OLE color: 10870378.

HSL color Cylindrical-coordinate representation of color #6ADEA5: hue angle of 150.52º 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 #6ADEA5 is Cyan = 0.52, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB 106 222 165 -
CMYK 0.52 0 0.26 0.13
HSL 150.52º 0.64% 0.64% -
HSV(B) 150.52º 0.52% 0.87% -
XYZ 38.86 58.02 44.75 -
YUV 180.82 119.07 74.63 -
System Red Green Blue C M Y K H S L
Decimal 106 222 165 0.52 0 0.26 0.13 150.52 0.64 0.64
Hex 6A DE A5 34 0 1A D 97 40 40
Octal 152 336 245 64 0 32 15 227 100 100
Binary 1101010 11011110 10100101 110100 0 11010 1101 10010111 1000000 1000000

Color Harmonies of #6ADEA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ADEA5

Black with #6ADEA5

Text Example


Text Example

White with #6ADEA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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