Html Css Color HEX #6DFACE Aquamarine

📋 copy color: '#6DFACE'

red 109 ◦ green 250 ◦ blue 206

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

Shades of Aquamarine #6DFACE

Tints of Aquamarine #6DFACE

RGB

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

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

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

R = 19.29%
G = 44.25%
B = 36.46%

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

#6DFACE (or 0x6DFACE) is known color: Aquamarine. HEX triplet: 6D, FA and CE. RGB value is (109,250,206). Sum of RGB (Red+Green+Blue) = 109+250+206=565 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.29% from 565); Green value is 250 (98.05% from 255 or 44.25% from 565); Blue value is 206 (80.86% from 255 or 36.46% from 565); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFACE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFACE is #920531. Grayscale: #CACACA. Windows color (decimal): -9569586 or 13564525. OLE color: 13564525.

HSL color Cylindrical-coordinate representation of color #6DFACE: hue angle of 161.28º degrees, saturation: 0.93, 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 #6DFACE is Cyan = 0.56, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 250 206 -
CMYK 0.56 0 0.18 0.02
HSL 161.28º 0.93% 0.7% -
HSV(B) 161.28º 0.56% 0.98% -
XYZ 51.63 76.08 70.36 -
YUV 202.83 129.79 61.08 -
System Red Green Blue C M Y K H S L
Decimal 109 250 206 0.56 0 0.18 0.02 161.28 0.93 0.7
Hex 6D FA CE 38 0 12 2 A1 5D 46
Octal 155 372 316 70 0 22 2 241 135 106
Binary 1101101 11111010 11001110 111000 0 10010 10 10100001 1011101 1000110

Color Harmonies of #6DFACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFACE

Black with #6DFACE

Text Example


Text Example

White with #6DFACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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