Html Css Color HEX #6EFACE Aquamarine

📋 copy color: '#6EFACE'

red 110 ◦ green 250 ◦ blue 206

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

Shades of Aquamarine #6EFACE

Tints of Aquamarine #6EFACE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 44.17%

 BLUE value IS 206 (80.86% from 255) = 36.4%

R = 19.43%
G = 44.17%
B = 36.4%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.18

 K value IS 0.02

RGB Variations

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

Color information

#6EFACE (or 0x6EFACE) is known color: Aquamarine. HEX triplet: 6E, FA and CE. RGB value is (110,250,206). Sum of RGB (Red+Green+Blue) = 110+250+206=566 (74% of max value = 765). Red value is 110 (43.36% from 255 or 19.43% from 566); Green value is 250 (98.05% from 255 or 44.17% from 566); Blue value is 206 (80.86% from 255 or 36.40% from 566); Max value from RGB is 250 - color contains mainly: green. Hex color #6EFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EFACE is #910531. Grayscale: #CBCBCB. Windows color (decimal): -9504050 or 13564526. OLE color: 13564526.

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

Color convert

RGB 110 250 206 -
CMYK 0.56 0 0.18 0.02
HSL 161.14º 0.93% 0.71% -
HSV(B) 161.14º 0.56% 0.98% -
XYZ 51.76 76.14 70.36 -
YUV 203.12 129.62 61.58 -
System Red Green Blue C M Y K H S L
Decimal 110 250 206 0.56 0 0.18 0.02 161.14 0.93 0.71
Hex 6E FA CE 38 0 12 2 A1 5D 47
Octal 156 372 316 70 0 22 2 241 135 107
Binary 1101110 11111010 11001110 111000 0 10010 10 10100001 1011101 1000111

Color Harmonies of #6EFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EFACE

Black with #6EFACE

Text Example


Text Example

White with #6EFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,250,206); }

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

background-color css

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

 a { background-color: rgb(110,250,206); }

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

border-color css

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

 span { border-color: rgb(110,250,206); }

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