Html Css Color HEX #6EEFDC Aquamarine

📋 copy color: '#6EEFDC'

red 110 ◦ green 239 ◦ blue 220

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

Shades of Aquamarine #6EEFDC

Tints of Aquamarine #6EEFDC

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42%

 BLUE value IS 220 (86.33% from 255) = 38.66%

R = 19.33%
G = 42%
B = 38.66%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#6EEFDC (or 0x6EEFDC) is known color: Aquamarine. HEX triplet: 6E, EF and DC. RGB value is (110,239,220). Sum of RGB (Red+Green+Blue) = 110+239+220=569 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.33% from 569); Green value is 239 (93.75% from 255 or 42.00% from 569); Blue value is 220 (86.33% from 255 or 38.66% from 569); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFDC is #911023. Grayscale: #C6C6C6. Windows color (decimal): -9506852 or 14479214. OLE color: 14479214.

HSL color Cylindrical-coordinate representation of color #6EEFDC: hue angle of 171.16º degrees, saturation: 0.8, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEFDC is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 220 -
CMYK 0.54 0 0.08 0.06
HSL 171.16º 0.8% 0.68% -
HSV(B) 171.16º 0.54% 0.94% -
XYZ 50.22 70.22 78.62 -
YUV 198.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 110 239 220 0.54 0 0.08 0.06 171.16 0.8 0.68
Hex 6E EF DC 36 0 8 6 AB 50 44
Octal 156 357 334 66 0 10 6 253 120 104
Binary 1101110 11101111 11011100 110110 0 1000 110 10101011 1010000 1000100

Color Harmonies of #6EEFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFDC

Black with #6EEFDC

Text Example


Text Example

White with #6EEFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,239,220); }

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

background-color css

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

 a { background-color: rgb(110,239,220); }

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

border-color css

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

 span { border-color: rgb(110,239,220); }

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