Html Css Color HEX #6ECBA0 Medium Aquamarine

📋 copy color: '#6ECBA0'

red 110 ◦ green 203 ◦ blue 160

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

Shades of Medium Aquamarine #6ECBA0

Tints of Medium Aquamarine #6ECBA0

RGB

 RED value IS 110 (43.36% from 255) = 23.26%

 GREEN value IS 203 (79.69% from 255) = 42.92%

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

R = 23.26%
G = 42.92%
B = 33.83%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.20

RGB Variations

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

Color information

#6ECBA0 (or 0x6ECBA0) is known color: Medium Aquamarine. HEX triplet: 6E, CB and A0. RGB value is (110,203,160). Sum of RGB (Red+Green+Blue) = 110+203+160=473 (62% of max value = 765). Red value is 110 (43.36% from 255 or 23.26% from 473); Green value is 203 (79.69% from 255 or 42.92% from 473); Blue value is 160 (62.89% from 255 or 33.83% from 473); Max value from RGB is 203 - color contains mainly: green. Hex color #6ECBA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECBA0 is #91345F. Grayscale: #AAAAAA. Windows color (decimal): -9516128 or 10537838. OLE color: 10537838.

HSL color Cylindrical-coordinate representation of color #6ECBA0: hue angle of 152.26º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECBA0 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 203 160 -
CMYK 0.46 0 0.21 0.20
HSL 152.26º 0.47% 0.61% -
HSV(B) 152.26º 0.46% 0.8% -
XYZ 34.13 48.56 40.83 -
YUV 170.29 122.19 85 -
System Red Green Blue C M Y K H S L
Decimal 110 203 160 0.46 0 0.21 0.20 152.26 0.47 0.61
Hex 6E CB A0 2E 0 15 14 98 2F 3D
Octal 156 313 240 56 0 25 24 230 57 75
Binary 1101110 11001011 10100000 101110 0 10101 10100 10011000 101111 111101

Color Harmonies of #6ECBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECBA0

Black with #6ECBA0

Text Example


Text Example

White with #6ECBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,203,160); }

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

background-color css

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

 a { background-color: rgb(110,203,160); }

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

border-color css

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

 span { border-color: rgb(110,203,160); }

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