Html Css Color HEX #6EEFBE Aquamarine

📋 copy color: '#6EEFBE'

red 110 ◦ green 239 ◦ blue 190

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

Shades of Aquamarine #6EEFBE

Tints of Aquamarine #6EEFBE

RGB

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

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

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

R = 20.41%
G = 44.34%
B = 35.25%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#6EEFBE (or 0x6EEFBE) is known color: Aquamarine. HEX triplet: 6E, EF and BE. RGB value is (110,239,190). Sum of RGB (Red+Green+Blue) = 110+239+190=539 (71% of max value = 765). Red value is 110 (43.36% from 255 or 20.41% from 539); Green value is 239 (93.75% from 255 or 44.34% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 239 - color contains mainly: green. Hex color #6EEFBE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEFBE is #911041. Grayscale: #C2C2C2. Windows color (decimal): -9506882 or 12513134. OLE color: 12513134.

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

Color convert

RGB 110 239 190 -
CMYK 0.54 0 0.21 0.06
HSL 157.21º 0.8% 0.68% -
HSV(B) 157.21º 0.54% 0.94% -
XYZ 46.59 68.77 59.53 -
YUV 194.84 125.26 67.48 -
System Red Green Blue C M Y K H S L
Decimal 110 239 190 0.54 0 0.21 0.06 157.21 0.8 0.68
Hex 6E EF BE 36 0 15 6 9D 50 44
Octal 156 357 276 66 0 25 6 235 120 104
Binary 1101110 11101111 10111110 110110 0 10101 110 10011101 1010000 1000100

Color Harmonies of #6EEFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEFBE

Black with #6EEFBE

Text Example


Text Example

White with #6EEFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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