Html Css Color HEX #6AEDB0 Medium Aquamarine

📋 copy color: '#6AEDB0'

red 106 ◦ green 237 ◦ blue 176

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

Shades of Medium Aquamarine #6AEDB0

Tints of Medium Aquamarine #6AEDB0

RGB

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

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

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

R = 20.42%
G = 45.66%
B = 33.91%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#6AEDB0 (or 0x6AEDB0) is known color: Medium Aquamarine. HEX triplet: 6A, ED and B0. RGB value is (106,237,176). Sum of RGB (Red+Green+Blue) = 106+237+176=519 (68% of max value = 765). Red value is 106 (41.80% from 255 or 20.42% from 519); Green value is 237 (92.97% from 255 or 45.66% from 519); Blue value is 176 (69.14% from 255 or 33.91% from 519); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDB0 is #95124F. Grayscale: #BEBEBE. Windows color (decimal): -9769552 or 11595114. OLE color: 11595114.

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

Color convert

RGB 106 237 176 -
CMYK 0.55 0 0.26 0.07
HSL 152.06º 0.78% 0.67% -
HSV(B) 152.06º 0.55% 0.93% -
XYZ 44.06 66.77 51.64 -
YUV 190.88 119.6 67.46 -
System Red Green Blue C M Y K H S L
Decimal 106 237 176 0.55 0 0.26 0.07 152.06 0.78 0.67
Hex 6A ED B0 37 0 1A 7 98 4E 43
Octal 152 355 260 67 0 32 7 230 116 103
Binary 1101010 11101101 10110000 110111 0 11010 111 10011000 1001110 1000011

Color Harmonies of #6AEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEDB0

Black with #6AEDB0

Text Example


Text Example

White with #6AEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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