Html Css Color HEX #6DEDD8 Aquamarine

📋 copy color: '#6DEDD8'

red 109 ◦ green 237 ◦ blue 216

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

Shades of Aquamarine #6DEDD8

Tints of Aquamarine #6DEDD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.43%

R = 19.4%
G = 42.17%
B = 38.43%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.09

 K value IS 0.07

RGB Variations

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

Color information

#6DEDD8 (or 0x6DEDD8) is known color: Aquamarine. HEX triplet: 6D, ED and D8. RGB value is (109,237,216). Sum of RGB (Red+Green+Blue) = 109+237+216=562 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.40% from 562); Green value is 237 (92.97% from 255 or 42.17% from 562); Blue value is 216 (84.77% from 255 or 38.43% from 562); Max value from RGB is 237 - color contains mainly: green. Hex color #6DEDD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEDD8 is #921227. Grayscale: #C4C4C4. Windows color (decimal): -9572904 or 14216557. OLE color: 14216557.

HSL color Cylindrical-coordinate representation of color #6DEDD8: hue angle of 170.16º 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 #6DEDD8 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB 109 237 216 -
CMYK 0.54 0 0.09 0.07
HSL 170.16º 0.78% 0.68% -
HSV(B) 170.16º 0.54% 0.93% -
XYZ 48.99 68.78 75.66 -
YUV 196.33 139.09 65.71 -
System Red Green Blue C M Y K H S L
Decimal 109 237 216 0.54 0 0.09 0.07 170.16 0.78 0.68
Hex 6D ED D8 36 0 9 7 AA 4E 44
Octal 155 355 330 66 0 11 7 252 116 104
Binary 1101101 11101101 11011000 110110 0 1001 111 10101010 1001110 1000100

Color Harmonies of #6DEDD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEDD8

Black with #6DEDD8

Text Example


Text Example

White with #6DEDD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,237,216); }

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

background-color css

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

 a { background-color: rgb(109,237,216); }

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

border-color css

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

 span { border-color: rgb(109,237,216); }

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