Html Css Color HEX #6EEFD0 Aquamarine

📋 copy color: '#6EEFD0'

red 110 ◦ green 239 ◦ blue 208

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

Shades of Aquamarine #6EEFD0

Tints of Aquamarine #6EEFD0

RGB

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

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

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

R = 19.75%
G = 42.91%
B = 37.34%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.13

 K value IS 0.06

RGB Variations

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

Color information

#6EEFD0 (or 0x6EEFD0) is known color: Aquamarine. HEX triplet: 6E, EF and D0. RGB value is (110,239,208). Sum of RGB (Red+Green+Blue) = 110+239+208=557 (73% of max value = 765). Red value is 110 (43.36% from 255 or 19.75% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 208 (81.64% from 255 or 37.34% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFD0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFD0 is #91102F. Grayscale: #C4C4C4. Windows color (decimal): -9506864 or 13692782. OLE color: 13692782.

HSL color Cylindrical-coordinate representation of color #6EEFD0: hue angle of 165.58º 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 #6EEFD0 is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB 110 239 208 -
CMYK 0.54 0 0.13 0.06
HSL 165.58º 0.8% 0.68% -
HSV(B) 165.58º 0.54% 0.94% -
XYZ 48.68 69.6 70.54 -
YUV 196.9 134.26 66.02 -
System Red Green Blue C M Y K H S L
Decimal 110 239 208 0.54 0 0.13 0.06 165.58 0.8 0.68
Hex 6E EF D0 36 0 D 6 A6 50 44
Octal 156 357 320 66 0 15 6 246 120 104
Binary 1101110 11101111 11010000 110110 0 1101 110 10100110 1010000 1000100

Color Harmonies of #6EEFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFD0

Black with #6EEFD0

Text Example


Text Example

White with #6EEFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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