Html Css Color HEX #6DEBD8 Aquamarine

📋 copy color: '#6DEBD8'

red 109 ◦ green 235 ◦ blue 216

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

Shades of Aquamarine #6DEBD8

Tints of Aquamarine #6DEBD8

RGB

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

 GREEN value IS 235 (92.19% from 255) = 41.96%

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

R = 19.46%
G = 41.96%
B = 38.57%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.08

 K value IS 0.08

RGB Variations

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

Color information

#6DEBD8 (or 0x6DEBD8) is known color: Aquamarine. HEX triplet: 6D, EB and D8. RGB value is (109,235,216). Sum of RGB (Red+Green+Blue) = 109+235+216=560 (74% of max value = 765). Red value is 109 (42.97% from 255 or 19.46% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 216 (84.77% from 255 or 38.57% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #6DEBD8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DEBD8 is #921427. Grayscale: #C3C3C3. Windows color (decimal): -9573416 or 14216045. OLE color: 14216045.

HSL color Cylindrical-coordinate representation of color #6DEBD8: hue angle of 170.95º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6DEBD8 is Cyan = 0.54, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.08.

Color convert

RGB 109 235 216 -
CMYK 0.54 0 0.08 0.08
HSL 170.95º 0.76% 0.67% -
HSV(B) 170.95º 0.54% 0.92% -
XYZ 48.41 67.63 75.47 -
YUV 195.16 139.76 66.54 -
System Red Green Blue C M Y K H S L
Decimal 109 235 216 0.54 0 0.08 0.08 170.95 0.76 0.67
Hex 6D EB D8 36 0 8 8 AB 4C 43
Octal 155 353 330 66 0 10 10 253 114 103
Binary 1101101 11101011 11011000 110110 0 1000 1000 10101011 1001100 1000011

Color Harmonies of #6DEBD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DEBD8

Black with #6DEBD8

Text Example


Text Example

White with #6DEBD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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