Html Css Color HEX #6AEDA2 Medium Aquamarine

📋 copy color: '#6AEDA2'

red 106 ◦ green 237 ◦ blue 162

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

Shades of Medium Aquamarine #6AEDA2

Tints of Medium Aquamarine #6AEDA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 32.08%

R = 20.99%
G = 46.93%
B = 32.08%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.07

RGB Variations

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

Color information

#6AEDA2 (or 0x6AEDA2) is known color: Medium Aquamarine. HEX triplet: 6A, ED and A2. RGB value is (106,237,162). Sum of RGB (Red+Green+Blue) = 106+237+162=505 (66% of max value = 765). Red value is 106 (41.80% from 255 or 20.99% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 162 (63.67% from 255 or 32.08% from 505); Max value from RGB is 237 - color contains mainly: green. Hex color #6AEDA2 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEDA2 is #95125D. Grayscale: #BDBDBD. Windows color (decimal): -9769566 or 10677610. OLE color: 10677610.

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

Color convert

RGB 106 237 162 -
CMYK 0.55 0 0.32 0.07
HSL 145.65º 0.78% 0.67% -
HSV(B) 145.65º 0.55% 0.93% -
XYZ 42.75 66.24 44.72 -
YUV 189.28 112.6 68.6 -
System Red Green Blue C M Y K H S L
Decimal 106 237 162 0.55 0 0.32 0.07 145.65 0.78 0.67
Hex 6A ED A2 37 0 20 7 92 4E 43
Octal 152 355 242 67 0 40 7 222 116 103
Binary 1101010 11101101 10100010 110111 0 100000 111 10010010 1001110 1000011

Color Harmonies of #6AEDA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEDA2

Black with #6AEDA2

Text Example


Text Example

White with #6AEDA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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