Html Css Color HEX #6EECD0 Aquamarine

📋 copy color: '#6EECD0'

red 110 ◦ green 236 ◦ blue 208

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

Shades of Aquamarine #6EECD0

Tints of Aquamarine #6EECD0

RGB

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

 GREEN value IS 236 (92.58% from 255) = 42.6%

 BLUE value IS 208 (81.64% from 255) = 37.55%

R = 19.86%
G = 42.6%
B = 37.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.12

 K value IS 0.07

RGB Variations

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

Color information

#6EECD0 (or 0x6EECD0) is known color: Aquamarine. HEX triplet: 6E, EC and D0. RGB value is (110,236,208). Sum of RGB (Red+Green+Blue) = 110+236+208=554 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.86% from 554); Green value is 236 (92.58% from 255 or 42.60% from 554); Blue value is 208 (81.64% from 255 or 37.55% from 554); Max value from RGB is 236 - color contains mainly: green. Hex color #6EECD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EECD0 is #91132F. Grayscale: #C3C3C3. Windows color (decimal): -9507632 or 13692014. OLE color: 13692014.

HSL color Cylindrical-coordinate representation of color #6EECD0: hue angle of 166.67º degrees, saturation: 0.77, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6EECD0 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 236 208 -
CMYK 0.53 0 0.12 0.07
HSL 166.67º 0.77% 0.68% -
HSV(B) 166.67º 0.53% 0.93% -
XYZ 47.81 67.86 70.25 -
YUV 195.13 135.26 67.28 -
System Red Green Blue C M Y K H S L
Decimal 110 236 208 0.53 0 0.12 0.07 166.67 0.77 0.68
Hex 6E EC D0 35 0 C 7 A7 4D 44
Octal 156 354 320 65 0 14 7 247 115 104
Binary 1101110 11101100 11010000 110101 0 1100 111 10100111 1001101 1000100

Color Harmonies of #6EECD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EECD0

Black with #6EECD0

Text Example


Text Example

White with #6EECD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,236,208); }

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

background-color css

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

 a { background-color: rgb(110,236,208); }

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

border-color css

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

 span { border-color: rgb(110,236,208); }

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