Html Css Color HEX #6ECCB0 Medium Aquamarine

📋 copy color: '#6ECCB0'

red 110 ◦ green 204 ◦ blue 176

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

Shades of Medium Aquamarine #6ECCB0

Tints of Medium Aquamarine #6ECCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.63%

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

R = 22.45%
G = 41.63%
B = 35.92%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#6ECCB0 (or 0x6ECCB0) is known color: Medium Aquamarine. HEX triplet: 6E, CC and B0. RGB value is (110,204,176). Sum of RGB (Red+Green+Blue) = 110+204+176=490 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.45% from 490); Green value is 204 (80.08% from 255 or 41.63% from 490); Blue value is 176 (69.14% from 255 or 35.92% from 490); Max value from RGB is 204 - color contains mainly: green. Hex color #6ECCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6ECCB0 is #91334F. Grayscale: #ACACAC. Windows color (decimal): -9515856 or 11586670. OLE color: 11586670.

HSL color Cylindrical-coordinate representation of color #6ECCB0: hue angle of 162.13º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6ECCB0 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 204 176 -
CMYK 0.46 0 0.14 0.2
HSL 162.13º 0.48% 0.62% -
HSV(B) 162.13º 0.46% 0.8% -
XYZ 35.86 49.64 48.76 -
YUV 172.7 129.86 83.28 -
System Red Green Blue C M Y K H S L
Decimal 110 204 176 0.46 0 0.14 0.2 162.13 0.48 0.62
Hex 6E CC B0 2E 0 E 14 A2 30 3E
Octal 156 314 260 56 0 16 24 242 60 76
Binary 1101110 11001100 10110000 101110 0 1110 10100 10100010 110000 111110

Color Harmonies of #6ECCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6ECCB0

Black with #6ECCB0

Text Example


Text Example

White with #6ECCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,204,176); }

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

background-color css

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

 a { background-color: rgb(110,204,176); }

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

border-color css

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

 span { border-color: rgb(110,204,176); }

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