Html Css Color HEX #6DFAC0 Aquamarine

📋 copy color: '#6DFAC0'

red 109 ◦ green 250 ◦ blue 192

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

Shades of Aquamarine #6DFAC0

Tints of Aquamarine #6DFAC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 34.85%

R = 19.78%
G = 45.37%
B = 34.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.23

 K value IS 0.02

RGB Variations

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

Color information

#6DFAC0 (or 0x6DFAC0) is known color: Aquamarine. HEX triplet: 6D, FA and C0. RGB value is (109,250,192). Sum of RGB (Red+Green+Blue) = 109+250+192=551 (72% of max value = 765). Red value is 109 (42.97% from 255 or 19.78% from 551); Green value is 250 (98.05% from 255 or 45.37% from 551); Blue value is 192 (75.39% from 255 or 34.85% from 551); Max value from RGB is 250 - color contains mainly: green. Hex color #6DFAC0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #6DFAC0 is #92053F. Grayscale: #C9C9C9. Windows color (decimal): -9569600 or 12647021. OLE color: 12647021.

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

Color convert

RGB 109 250 192 -
CMYK 0.56 0 0.23 0.02
HSL 155.32º 0.93% 0.7% -
HSV(B) 155.32º 0.56% 0.98% -
XYZ 50.01 75.43 61.79 -
YUV 201.23 122.79 62.22 -
System Red Green Blue C M Y K H S L
Decimal 109 250 192 0.56 0 0.23 0.02 155.32 0.93 0.7
Hex 6D FA C0 38 0 17 2 9B 5D 46
Octal 155 372 300 70 0 27 2 233 135 106
Binary 1101101 11111010 11000000 111000 0 10111 10 10011011 1011101 1000110

Color Harmonies of #6DFAC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DFAC0

Black with #6DFAC0

Text Example


Text Example

White with #6DFAC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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