Html Css Color HEX #6DFBDD Aquamarine

📋 copy color: '#6DFBDD'

red 109 ◦ green 251 ◦ blue 221

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

Shades of Aquamarine #6DFBDD

Tints of Aquamarine #6DFBDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.04%

R = 18.76%
G = 43.2%
B = 38.04%

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

#6DFBDD (or 0x6DFBDD) is known color: Aquamarine. HEX triplet: 6D, FB and DD. RGB value is (109,251,221). Sum of RGB (Red+Green+Blue) = 109+251+221=581 (76% of max value = 765). Red value is 109 (42.97% from 255 or 18.76% from 581); Green value is 251 (98.44% from 255 or 43.20% from 581); Blue value is 221 (86.72% from 255 or 38.04% from 581); Max value from RGB is 251 - color contains mainly: green. Hex color #6DFBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFBDD is #920422. Grayscale: #CDCDCD. Windows color (decimal): -9569315 or 14547821. OLE color: 14547821.

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

Color convert

RGB 109 251 221 -
CMYK 0.57 0 0.12 0.02
HSL 167.32º 0.95% 0.71% -
HSV(B) 167.32º 0.57% 0.98% -
XYZ 53.86 77.47 80.52 -
YUV 205.12 136.96 59.44 -
System Red Green Blue C M Y K H S L
Decimal 109 251 221 0.57 0 0.12 0.02 167.32 0.95 0.71
Hex 6D FB DD 39 0 C 2 A7 5F 47
Octal 155 373 335 71 0 14 2 247 137 107
Binary 1101101 11111011 11011101 111001 0 1100 10 10100111 1011111 1000111

Color Harmonies of #6DFBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFBDD

Black with #6DFBDD

Text Example


Text Example

White with #6DFBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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