Html Css Color HEX #6FC7A0 Medium Aquamarine

📋 copy color: '#6FC7A0'

red 111 ◦ green 199 ◦ blue 160

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

Shades of Medium Aquamarine #6FC7A0

Tints of Medium Aquamarine #6FC7A0

RGB

 RED value IS 111 (43.75% from 255) = 23.62%

 GREEN value IS 199 (78.13% from 255) = 42.34%

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

R = 23.62%
G = 42.34%
B = 34.04%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.20

 K value IS 0.22

RGB Variations

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

Color information

#6FC7A0 (or 0x6FC7A0) is known color: Medium Aquamarine. HEX triplet: 6F, C7 and A0. RGB value is (111,199,160). Sum of RGB (Red+Green+Blue) = 111+199+160=470 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.62% from 470); Green value is 199 (78.12% from 255 or 42.34% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 199 - color contains mainly: green. Hex color #6FC7A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC7A0 is #90385F. Grayscale: #A8A8A8. Windows color (decimal): -9451616 or 10536815. OLE color: 10536815.

HSL color Cylindrical-coordinate representation of color #6FC7A0: hue angle of 153.41º degrees, saturation: 0.44, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC7A0 is Cyan = 0.44, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 199 160 -
CMYK 0.44 0 0.20 0.22
HSL 153.41º 0.44% 0.61% -
HSV(B) 153.41º 0.44% 0.78% -
XYZ 33.32 46.76 40.53 -
YUV 168.24 123.35 87.17 -
System Red Green Blue C M Y K H S L
Decimal 111 199 160 0.44 0 0.20 0.22 153.41 0.44 0.61
Hex 6F C7 A0 2C 0 14 16 99 2C 3D
Octal 157 307 240 54 0 24 26 231 54 75
Binary 1101111 11000111 10100000 101100 0 10100 10110 10011001 101100 111101

Color Harmonies of #6FC7A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC7A0

Black with #6FC7A0

Text Example


Text Example

White with #6FC7A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,199,160); }

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

background-color css

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

 a { background-color: rgb(111,199,160); }

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

border-color css

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

 span { border-color: rgb(111,199,160); }

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