Html Css Color HEX #6EF9BD Aquamarine

📋 copy color: '#6EF9BD'

red 110 ◦ green 249 ◦ blue 189

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

Shades of Aquamarine #6EF9BD

Tints of Aquamarine #6EF9BD

RGB

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

 GREEN value IS 249 (97.66% from 255) = 45.44%

 BLUE value IS 189 (74.22% from 255) = 34.49%

R = 20.07%
G = 45.44%
B = 34.49%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.24

 K value IS 0.02

RGB Variations

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

Color information

#6EF9BD (or 0x6EF9BD) is known color: Aquamarine. HEX triplet: 6E, F9 and BD. RGB value is (110,249,189). Sum of RGB (Red+Green+Blue) = 110+249+189=548 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.07% from 548); Green value is 249 (97.66% from 255 or 45.44% from 548); Blue value is 189 (74.22% from 255 or 34.49% from 548); Max value from RGB is 249 - color contains mainly: green. Hex color #6EF9BD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EF9BD is #910642. Grayscale: #C8C8C8. Windows color (decimal): -9504323 or 12450158. OLE color: 12450158.

HSL color Cylindrical-coordinate representation of color #6EF9BD: hue angle of 154.1º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6EF9BD is Cyan = 0.56, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB 110 249 189 -
CMYK 0.56 0 0.24 0.02
HSL 154.1º 0.92% 0.7% -
HSV(B) 154.1º 0.56% 0.98% -
XYZ 49.49 74.74 59.96 -
YUV 200.6 121.45 63.38 -
System Red Green Blue C M Y K H S L
Decimal 110 249 189 0.56 0 0.24 0.02 154.1 0.92 0.7
Hex 6E F9 BD 38 0 18 2 9A 5C 46
Octal 156 371 275 70 0 30 2 232 134 106
Binary 1101110 11111001 10111101 111000 0 11000 10 10011010 1011100 1000110

Color Harmonies of #6EF9BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EF9BD

Black with #6EF9BD

Text Example


Text Example

White with #6EF9BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,249,189); }

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

background-color css

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

 a { background-color: rgb(110,249,189); }

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

border-color css

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

 span { border-color: rgb(110,249,189); }

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