Html Css Color HEX #6EFFDB Aquamarine

📋 copy color: '#6EFFDB'

red 110 ◦ green 255 ◦ blue 219

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

Shades of Aquamarine #6EFFDB

Tints of Aquamarine #6EFFDB

RGB

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

 GREEN value IS 255 (100% from 255) = 43.66%

 BLUE value IS 219 (85.94% from 255) = 37.5%

R = 18.84%
G = 43.66%
B = 37.5%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.14

 K value IS 0

RGB Variations

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

Color information

#6EFFDB (or 0x6EFFDB) is known color: Aquamarine. HEX triplet: 6E, FF and DB. RGB value is (110,255,219). Sum of RGB (Red+Green+Blue) = 110+255+219=584 (77% of max value = 765). Red value is 110 (43.36% from 255 or 18.84% from 584); Green value is 255 (100% from 255 or 43.66% from 584); Blue value is 219 (85.94% from 255 or 37.5% from 584); Max value from RGB is 255 - color contains mainly: green. Hex color #6EFFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFFDB is #910024. Grayscale: #CFCFCF. Windows color (decimal): -9502757 or 14417774. OLE color: 14417774.

HSL color Cylindrical-coordinate representation of color #6EFFDB: hue angle of 165.1º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6EFFDB is Cyan = 0.57, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB 110 255 219 -
CMYK 0.57 0 0.14 0
HSL 165.1º 1% 0.72% -
HSV(B) 165.1º 0.57% 1% -
XYZ 54.98 79.95 79.55 -
YUV 207.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 110 255 219 0.57 0 0.14 0 165.1 1 0.72
Hex 6E FF DB 39 0 E 0 A5 64 48
Octal 156 377 333 71 0 16 0 245 144 110
Binary 1101110 11111111 11011011 111001 0 1110 0 10100101 1100100 1001000

Color Harmonies of #6EFFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFFDB

Black with #6EFFDB

Text Example


Text Example

White with #6EFFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,255,219); }

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

background-color css

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

 a { background-color: rgb(110,255,219); }

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

border-color css

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

 span { border-color: rgb(110,255,219); }

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