Html Css Color HEX #6EEDC8 Aquamarine

📋 copy color: '#6EEDC8'

red 110 ◦ green 237 ◦ blue 200

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

Shades of Aquamarine #6EEDC8

Tints of Aquamarine #6EEDC8

RGB

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

 GREEN value IS 237 (92.97% from 255) = 43.33%

 BLUE value IS 200 (78.52% from 255) = 36.56%

R = 20.11%
G = 43.33%
B = 36.56%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.16

 K value IS 0.07

RGB Variations

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

Color information

#6EEDC8 (or 0x6EEDC8) is known color: Aquamarine. HEX triplet: 6E, ED and C8. RGB value is (110,237,200). Sum of RGB (Red+Green+Blue) = 110+237+200=547 (72% of max value = 765). Red value is 110 (43.36% from 255 or 20.11% from 547); Green value is 237 (92.97% from 255 or 43.33% from 547); Blue value is 200 (78.52% from 255 or 36.56% from 547); Max value from RGB is 237 - color contains mainly: green. Hex color #6EEDC8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6EEDC8 is #911237. Grayscale: #C2C2C2. Windows color (decimal): -9507384 or 13167982. OLE color: 13167982.

HSL color Cylindrical-coordinate representation of color #6EEDC8: hue angle of 162.52º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6EEDC8 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.07.

Color convert

RGB 110 237 200 -
CMYK 0.54 0 0.16 0.07
HSL 162.52º 0.78% 0.68% -
HSV(B) 162.52º 0.54% 0.93% -
XYZ 47.14 68.05 65.29 -
YUV 194.81 130.92 67.51 -
System Red Green Blue C M Y K H S L
Decimal 110 237 200 0.54 0 0.16 0.07 162.52 0.78 0.68
Hex 6E ED C8 36 0 10 7 A3 4E 44
Octal 156 355 310 66 0 20 7 243 116 104
Binary 1101110 11101101 11001000 110110 0 10000 111 10100011 1001110 1000100

Color Harmonies of #6EEDC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EEDC8

Black with #6EEDC8

Text Example


Text Example

White with #6EEDC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,237,200); }

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

background-color css

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

 a { background-color: rgb(110,237,200); }

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

border-color css

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

 span { border-color: rgb(110,237,200); }

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