Html Css Color HEX #6EF1D8 Aquamarine

📋 copy color: '#6EF1D8'

red 110 ◦ green 241 ◦ blue 216

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

Shades of Aquamarine #6EF1D8

Tints of Aquamarine #6EF1D8

RGB

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

 GREEN value IS 241 (94.53% from 255) = 42.5%

 BLUE value IS 216 (84.77% from 255) = 38.1%

R = 19.4%
G = 42.5%
B = 38.1%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#6EF1D8 (or 0x6EF1D8) is known color: Aquamarine. HEX triplet: 6E, F1 and D8. RGB value is (110,241,216). Sum of RGB (Red+Green+Blue) = 110+241+216=567 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.40% from 567); Green value is 241 (94.53% from 255 or 42.50% from 567); Blue value is 216 (84.77% from 255 or 38.10% from 567); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1D8 is #910E27. Grayscale: #C6C6C6. Windows color (decimal): -9506344 or 14217582. OLE color: 14217582.

HSL color Cylindrical-coordinate representation of color #6EF1D8: hue angle of 168.55º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EF1D8 is Cyan = 0.54, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 110 241 216 -
CMYK 0.54 0 0.10 0.05
HSL 168.55º 0.82% 0.69% -
HSV(B) 168.55º 0.54% 0.95% -
XYZ 50.28 71.18 76.06 -
YUV 198.98 137.6 64.53 -
System Red Green Blue C M Y K H S L
Decimal 110 241 216 0.54 0 0.10 0.05 168.55 0.82 0.69
Hex 6E F1 D8 36 0 A 5 A9 52 45
Octal 156 361 330 66 0 12 5 251 122 105
Binary 1101110 11110001 11011000 110110 0 1010 101 10101001 1010010 1000101

Color Harmonies of #6EF1D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1D8

Black with #6EF1D8

Text Example


Text Example

White with #6EF1D8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,241,216); }

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

background-color css

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

 a { background-color: rgb(110,241,216); }

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

border-color css

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

 span { border-color: rgb(110,241,216); }

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