Html Css Color HEX #6DFBDB Aquamarine

📋 copy color: '#6DFBDB'

red 109 ◦ green 251 ◦ blue 219

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

Shades of Aquamarine #6DFBDB

Tints of Aquamarine #6DFBDB

RGB

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

 GREEN value IS 251 (98.44% from 255) = 43.35%

 BLUE value IS 219 (85.94% from 255) = 37.82%

R = 18.83%
G = 43.35%
B = 37.82%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.13

 K value IS 0.02

RGB Variations

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

Color information

#6DFBDB (or 0x6DFBDB) is known color: Aquamarine. HEX triplet: 6D, FB and DB. RGB value is (109,251,219). Sum of RGB (Red+Green+Blue) = 109+251+219=579 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.83% from 579); Green value is 251 (98.44% from 255 or 43.35% from 579); Blue value is 219 (85.94% from 255 or 37.82% from 579); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBDB is #920424. Grayscale: #CCCCCC. Windows color (decimal): -9569317 or 14416749. OLE color: 14416749.

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

Color convert

RGB 109 251 219 -
CMYK 0.57 0 0.13 0.02
HSL 166.48º 0.95% 0.71% -
HSV(B) 166.48º 0.57% 0.98% -
XYZ 53.59 77.36 79.13 -
YUV 204.89 135.96 59.6 -
System Red Green Blue C M Y K H S L
Decimal 109 251 219 0.57 0 0.13 0.02 166.48 0.95 0.71
Hex 6D FB DB 39 0 D 2 A6 5F 47
Octal 155 373 333 71 0 15 2 246 137 107
Binary 1101101 11111011 11011011 111001 0 1101 10 10100110 1011111 1000111

Color Harmonies of #6DFBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFBDB

Black with #6DFBDB

Text Example


Text Example

White with #6DFBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,251,219); }

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

background-color css

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

 a { background-color: rgb(109,251,219); }

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

border-color css

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

 span { border-color: rgb(109,251,219); }

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