Html Css Color HEX #6DFBDC Aquamarine

📋 copy color: '#6DFBDC'

red 109 ◦ green 251 ◦ blue 220

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

Shades of Aquamarine #6DFBDC

Tints of Aquamarine #6DFBDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 37.93%

R = 18.79%
G = 43.28%
B = 37.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#6DFBDC (or 0x6DFBDC) is known color: Aquamarine. HEX triplet: 6D, FB and DC. RGB value is (109,251,220). Sum of RGB (Red+Green+Blue) = 109+251+220=580 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.79% from 580); Green value is 251 (98.44% from 255 or 43.28% from 580); Blue value is 220 (86.33% from 255 or 37.93% from 580); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBDC is #920423. Grayscale: #CCCCCC. Windows color (decimal): -9569316 or 14482285. OLE color: 14482285.

HSL color Cylindrical-coordinate representation of color #6DFBDC: hue angle of 166.9º 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 #6DFBDC is Cyan = 0.57, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 251 220 -
CMYK 0.57 0 0.12 0.02
HSL 166.9º 0.95% 0.71% -
HSV(B) 166.9º 0.57% 0.98% -
XYZ 53.72 77.41 79.82 -
YUV 205.01 136.46 59.52 -
System Red Green Blue C M Y K H S L
Decimal 109 251 220 0.57 0 0.12 0.02 166.9 0.95 0.71
Hex 6D FB DC 39 0 C 2 A7 5F 47
Octal 155 373 334 71 0 14 2 247 137 107
Binary 1101101 11111011 11011100 111001 0 1100 10 10100111 1011111 1000111

Color Harmonies of #6DFBDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFBDC

Black with #6DFBDC

Text Example


Text Example

White with #6DFBDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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