Html Css Color HEX #6AEAAD Medium Aquamarine

📋 copy color: '#6AEAAD'

red 106 ◦ green 234 ◦ blue 173

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

Shades of Medium Aquamarine #6AEAAD

Tints of Medium Aquamarine #6AEAAD

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.61%

 BLUE value IS 173 (67.97% from 255) = 33.72%

R = 20.66%
G = 45.61%
B = 33.72%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#6AEAAD (or 0x6AEAAD) is known color: Medium Aquamarine. HEX triplet: 6A, EA and AD. RGB value is (106,234,173). Sum of RGB (Red+Green+Blue) = 106+234+173=513 (67% of max value = 765). Red value is 106 (41.80% from 255 or 20.66% from 513); Green value is 234 (91.80% from 255 or 45.61% from 513); Blue value is 173 (67.97% from 255 or 33.72% from 513); Max value from RGB is 234 - color contains mainly: green. Hex color #6AEAAD is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEAAD is #951552. Grayscale: #BCBCBC. Windows color (decimal): -9770323 or 11397738. OLE color: 11397738.

HSL color Cylindrical-coordinate representation of color #6AEAAD: hue angle of 151.41º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEAAD is Cyan = 0.55, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.

Color convert

RGB 106 234 173 -
CMYK 0.55 0 0.26 0.08
HSL 151.41º 0.75% 0.67% -
HSV(B) 151.41º 0.55% 0.92% -
XYZ 42.91 64.93 49.81 -
YUV 188.77 119.09 68.96 -
System Red Green Blue C M Y K H S L
Decimal 106 234 173 0.55 0 0.26 0.08 151.41 0.75 0.67
Hex 6A EA AD 37 0 1A 8 97 4B 43
Octal 152 352 255 67 0 32 10 227 113 103
Binary 1101010 11101010 10101101 110111 0 11010 1000 10010111 1001011 1000011

Color Harmonies of #6AEAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEAAD

Black with #6AEAAD

Text Example


Text Example

White with #6AEAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,234,173); }

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

background-color css

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

 a { background-color: rgb(106,234,173); }

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

border-color css

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

 span { border-color: rgb(106,234,173); }

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