Html Css Color HEX #6AEBA0 Medium Aquamarine

📋 copy color: '#6AEBA0'

red 106 ◦ green 235 ◦ blue 160

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

Shades of Medium Aquamarine #6AEBA0

Tints of Medium Aquamarine #6AEBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.91%

 BLUE value IS 160 (62.89% from 255) = 31.94%

R = 21.16%
G = 46.91%
B = 31.94%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#6AEBA0 (or 0x6AEBA0) is known color: Medium Aquamarine. HEX triplet: 6A, EB and A0. RGB value is (106,235,160). Sum of RGB (Red+Green+Blue) = 106+235+160=501 (66% of max value = 765). Red value is 106 (41.80% from 255 or 21.16% from 501); Green value is 235 (92.19% from 255 or 46.91% from 501); Blue value is 160 (62.89% from 255 or 31.94% from 501); Max value from RGB is 235 - color contains mainly: green. Hex color #6AEBA0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #6AEBA0 is #95145F. Grayscale: #BCBCBC. Windows color (decimal): -9770080 or 10546026. OLE color: 10546026.

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

Color convert

RGB 106 235 160 -
CMYK 0.55 0 0.32 0.08
HSL 145.12º 0.76% 0.67% -
HSV(B) 145.12º 0.55% 0.92% -
XYZ 42 65.02 43.59 -
YUV 187.88 112.26 69.6 -
System Red Green Blue C M Y K H S L
Decimal 106 235 160 0.55 0 0.32 0.08 145.12 0.76 0.67
Hex 6A EB A0 37 0 20 8 91 4C 43
Octal 152 353 240 67 0 40 10 221 114 103
Binary 1101010 11101011 10100000 110111 0 100000 1000 10010001 1001100 1000011

Color Harmonies of #6AEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6AEBA0

Black with #6AEBA0

Text Example


Text Example

White with #6AEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,235,160); }

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

background-color css

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

 a { background-color: rgb(106,235,160); }

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

border-color css

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

 span { border-color: rgb(106,235,160); }

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