Html Css Color HEX #6AEDAC Medium Aquamarine

📋 copy color: '#6AEDAC'

red 106 ◦ green 237 ◦ blue 172

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

Shades of Medium Aquamarine #6AEDAC

Tints of Medium Aquamarine #6AEDAC

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.02%

 BLUE value IS 172 (67.58% from 255) = 33.4%

R = 20.58%
G = 46.02%
B = 33.4%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.27

 K value IS 0.07

RGB Variations

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

Color information

#6AEDAC (or 0x6AEDAC) is known color: Medium Aquamarine. HEX triplet: 6A, ED and AC. RGB value is (106,237,172). Sum of RGB (Red+Green+Blue) = 106+237+172=515 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.58% from 515); Green value is 237 (92.97% from 255 or 46.02% from 515); Blue value is 172 (67.58% from 255 or 33.40% from 515); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDAC is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDAC is #951253. Grayscale: #BEBEBE. Windows color (decimal): -9769556 or 11332970. OLE color: 11332970.

HSL color Cylindrical-coordinate representation of color #6AEDAC: hue angle of 150.23º degrees, saturation: 0.78, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6AEDAC is Cyan = 0.55, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.

Color convert

RGB 106 237 172 -
CMYK 0.55 0 0.27 0.07
HSL 150.23º 0.78% 0.67% -
HSV(B) 150.23º 0.55% 0.93% -
XYZ 43.67 66.61 49.59 -
YUV 190.42 117.6 67.79 -
System Red Green Blue C M Y K H S L
Decimal 106 237 172 0.55 0 0.27 0.07 150.23 0.78 0.67
Hex 6A ED AC 37 0 1B 7 96 4E 43
Octal 152 355 254 67 0 33 7 226 116 103
Binary 1101010 11101101 10101100 110111 0 11011 111 10010110 1001110 1000011

Color Harmonies of #6AEDAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEDAC

Black with #6AEDAC

Text Example


Text Example

White with #6AEDAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,237,172); }

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

background-color css

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

 a { background-color: rgb(106,237,172); }

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

border-color css

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

 span { border-color: rgb(106,237,172); }

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