Html Css Color HEX #6EF1B9 Aquamarine

📋 copy color: '#6EF1B9'

red 110 ◦ green 241 ◦ blue 185

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

Shades of Aquamarine #6EF1B9

Tints of Aquamarine #6EF1B9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 34.51%

R = 20.52%
G = 44.96%
B = 34.51%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.23

 K value IS 0.05

RGB Variations

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

Color information

#6EF1B9 (or 0x6EF1B9) is known color: Aquamarine. HEX triplet: 6E, F1 and B9. RGB value is (110,241,185). Sum of RGB (Red+Green+Blue) = 110+241+185=536 (70% of max value = 765). Red value is 110 (43.36% from 255 or 20.52% from 536); Green value is 241 (94.53% from 255 or 44.96% from 536); Blue value is 185 (72.66% from 255 or 34.51% from 536); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1B9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1B9 is #910E46. Grayscale: #C3C3C3. Windows color (decimal): -9506375 or 12185966. OLE color: 12185966.

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

Color convert

RGB 110 241 185 -
CMYK 0.54 0 0.23 0.05
HSL 154.35º 0.82% 0.69% -
HSV(B) 154.35º 0.54% 0.95% -
XYZ 46.64 69.73 56.9 -
YUV 195.45 122.1 67.05 -
System Red Green Blue C M Y K H S L
Decimal 110 241 185 0.54 0 0.23 0.05 154.35 0.82 0.69
Hex 6E F1 B9 36 0 17 5 9A 52 45
Octal 156 361 271 66 0 27 5 232 122 105
Binary 1101110 11110001 10111001 110110 0 10111 101 10011010 1010010 1000101

Color Harmonies of #6EF1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1B9

Black with #6EF1B9

Text Example


Text Example

White with #6EF1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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