Html Css Color HEX #6EF1DD Aquamarine

📋 copy color: '#6EF1DD'

red 110 ◦ green 241 ◦ blue 221

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

Shades of Aquamarine #6EF1DD

Tints of Aquamarine #6EF1DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.64%

R = 19.23%
G = 42.13%
B = 38.64%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.05

RGB Variations

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

Color information

#6EF1DD (or 0x6EF1DD) is known color: Aquamarine. HEX triplet: 6E, F1 and DD. RGB value is (110,241,221). Sum of RGB (Red+Green+Blue) = 110+241+221=572 (75% of max value = 765). Red value is 110 (43.36% from 255 or 19.23% from 572); Green value is 241 (94.53% from 255 or 42.13% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1DD is #910E22. Grayscale: #C7C7C7. Windows color (decimal): -9506339 or 14545262. OLE color: 14545262.

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

Color convert

RGB 110 241 221 -
CMYK 0.54 0 0.08 0.05
HSL 170.84º 0.82% 0.69% -
HSV(B) 170.84º 0.54% 0.95% -
XYZ 50.94 71.45 79.51 -
YUV 199.55 140.1 64.13 -
System Red Green Blue C M Y K H S L
Decimal 110 241 221 0.54 0 0.08 0.05 170.84 0.82 0.69
Hex 6E F1 DD 36 0 8 5 AB 52 45
Octal 156 361 335 66 0 10 5 253 122 105
Binary 1101110 11110001 11011101 110110 0 1000 101 10101011 1010010 1000101

Color Harmonies of #6EF1DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1DD

Black with #6EF1DD

Text Example


Text Example

White with #6EF1DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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