Html Css Color HEX #6DF0BE Aquamarine

📋 copy color: '#6DF0BE'

red 109 ◦ green 240 ◦ blue 190

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

Shades of Aquamarine #6DF0BE

Tints of Aquamarine #6DF0BE

RGB

 RED value IS 109 (42.97% from 255) = 20.22%

 GREEN value IS 240 (94.14% from 255) = 44.53%

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

R = 20.22%
G = 44.53%
B = 35.25%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#6DF0BE (or 0x6DF0BE) is known color: Aquamarine. HEX triplet: 6D, F0 and BE. RGB value is (109,240,190). Sum of RGB (Red+Green+Blue) = 109+240+190=539 (71% of max value = 765). Red value is 109 (42.97% from 255 or 20.22% from 539); Green value is 240 (94.14% from 255 or 44.53% from 539); Blue value is 190 (74.61% from 255 or 35.25% from 539); Max value from RGB is 240 - color contains mainly: green. Hex color #6DF0BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DF0BE is #920F41. Grayscale: #C3C3C3. Windows color (decimal): -9572162 or 12513389. OLE color: 12513389.

HSL color Cylindrical-coordinate representation of color #6DF0BE: hue angle of 157.1º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6DF0BE is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 109 240 190 -
CMYK 0.55 0 0.21 0.06
HSL 157.1º 0.81% 0.68% -
HSV(B) 157.1º 0.55% 0.94% -
XYZ 46.76 69.29 59.62 -
YUV 195.13 125.1 66.57 -
System Red Green Blue C M Y K H S L
Decimal 109 240 190 0.55 0 0.21 0.06 157.1 0.81 0.68
Hex 6D F0 BE 37 0 15 6 9D 51 44
Octal 155 360 276 67 0 25 6 235 121 104
Binary 1101101 11110000 10111110 110111 0 10101 110 10011101 1010001 1000100

Color Harmonies of #6DF0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DF0BE

Black with #6DF0BE

Text Example


Text Example

White with #6DF0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,240,190); }

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

background-color css

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

 a { background-color: rgb(109,240,190); }

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

border-color css

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

 span { border-color: rgb(109,240,190); }

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