Html Css Color HEX #6DCFA0 Medium Aquamarine

📋 copy color: '#6DCFA0'

red 109 ◦ green 207 ◦ blue 160

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

Shades of Medium Aquamarine #6DCFA0

Tints of Medium Aquamarine #6DCFA0

RGB

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

 GREEN value IS 207 (81.25% from 255) = 43.49%

 BLUE value IS 160 (62.89% from 255) = 33.61%

R = 22.9%
G = 43.49%
B = 33.61%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.23

 K value IS 0.19

RGB Variations

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

Color information

#6DCFA0 (or 0x6DCFA0) is known color: Medium Aquamarine. HEX triplet: 6D, CF and A0. RGB value is (109,207,160). Sum of RGB (Red+Green+Blue) = 109+207+160=476 (63% of max value = 765). Red value is 109 (42.97% from 255 or 22.90% from 476); Green value is 207 (81.25% from 255 or 43.49% from 476); Blue value is 160 (62.89% from 255 or 33.61% from 476); Max value from RGB is 207 - color contains mainly: green. Hex color #6DCFA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6DCFA0 is #92305F. Grayscale: #ACACAC. Windows color (decimal): -9580640 or 10538861. OLE color: 10538861.

HSL color Cylindrical-coordinate representation of color #6DCFA0: hue angle of 151.22º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DCFA0 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 207 160 -
CMYK 0.47 0 0.23 0.19
HSL 151.22º 0.51% 0.62% -
HSV(B) 151.22º 0.47% 0.81% -
XYZ 34.96 50.41 41.15 -
YUV 172.34 121.03 82.82 -
System Red Green Blue C M Y K H S L
Decimal 109 207 160 0.47 0 0.23 0.19 151.22 0.51 0.62
Hex 6D CF A0 2F 0 17 13 97 33 3E
Octal 155 317 240 57 0 27 23 227 63 76
Binary 1101101 11001111 10100000 101111 0 10111 10011 10010111 110011 111110

Color Harmonies of #6DCFA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DCFA0

Black with #6DCFA0

Text Example


Text Example

White with #6DCFA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,207,160); }

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

background-color css

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

 a { background-color: rgb(109,207,160); }

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

border-color css

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

 span { border-color: rgb(109,207,160); }

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