Html Css Color HEX #6DFAD2 Aquamarine

📋 copy color: '#6DFAD2'

red 109 ◦ green 250 ◦ blue 210

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

Shades of Aquamarine #6DFAD2

Tints of Aquamarine #6DFAD2

RGB

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

 GREEN value IS 250 (98.05% from 255) = 43.94%

 BLUE value IS 210 (82.42% from 255) = 36.91%

R = 19.16%
G = 43.94%
B = 36.91%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.16

 K value IS 0.02

RGB Variations

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

Color information

#6DFAD2 (or 0x6DFAD2) is known color: Aquamarine. HEX triplet: 6D, FA and D2. RGB value is (109,250,210). Sum of RGB (Red+Green+Blue) = 109+250+210=569 (75% of max value = 765). Red value is 109 (42.97% from 255 or 19.16% from 569); Green value is 250 (98.05% from 255 or 43.94% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAD2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAD2 is #92052D. Grayscale: #CBCBCB. Windows color (decimal): -9569582 or 13826669. OLE color: 13826669.

HSL color Cylindrical-coordinate representation of color #6DFAD2: hue angle of 162.98º degrees, saturation: 0.93, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6DFAD2 is Cyan = 0.56, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB 109 250 210 -
CMYK 0.56 0 0.16 0.02
HSL 162.98º 0.93% 0.7% -
HSV(B) 162.98º 0.56% 0.98% -
XYZ 52.13 76.28 72.95 -
YUV 203.28 131.79 60.75 -
System Red Green Blue C M Y K H S L
Decimal 109 250 210 0.56 0 0.16 0.02 162.98 0.93 0.7
Hex 6D FA D2 38 0 10 2 A3 5D 46
Octal 155 372 322 70 0 20 2 243 135 106
Binary 1101101 11111010 11010010 111000 0 10000 10 10100011 1011101 1000110

Color Harmonies of #6DFAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFAD2

Black with #6DFAD2

Text Example


Text Example

White with #6DFAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,250,210); }

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

background-color css

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

 a { background-color: rgb(109,250,210); }

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

border-color css

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

 span { border-color: rgb(109,250,210); }

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