Html Css Color HEX #6EF1BE Aquamarine

📋 copy color: '#6EF1BE'

red 110 ◦ green 241 ◦ blue 190

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

Shades of Aquamarine #6EF1BE

Tints of Aquamarine #6EF1BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 35.12%

R = 20.33%
G = 44.55%
B = 35.12%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.05

RGB Variations

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

Color information

#6EF1BE (or 0x6EF1BE) is known color: Aquamarine. HEX triplet: 6E, F1 and BE. RGB value is (110,241,190). Sum of RGB (Red+Green+Blue) = 110+241+190=541 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.33% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 190 (74.61% from 255 or 35.12% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #6EF1BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF1BE is #910E41. Grayscale: #C4C4C4. Windows color (decimal): -9506370 or 12513646. OLE color: 12513646.

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

Color convert

RGB 110 241 190 -
CMYK 0.54 0 0.21 0.05
HSL 156.64º 0.82% 0.69% -
HSV(B) 156.64º 0.54% 0.95% -
XYZ 47.18 69.94 59.73 -
YUV 196.02 124.6 66.65 -
System Red Green Blue C M Y K H S L
Decimal 110 241 190 0.54 0 0.21 0.05 156.64 0.82 0.69
Hex 6E F1 BE 36 0 15 5 9D 52 45
Octal 156 361 276 66 0 25 5 235 122 105
Binary 1101110 11110001 10111110 110110 0 10101 101 10011101 1010010 1000101

Color Harmonies of #6EF1BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF1BE

Black with #6EF1BE

Text Example


Text Example

White with #6EF1BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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