Html Css Color HEX #6FC1A1 Medium Aquamarine

📋 copy color: '#6FC1A1'

red 111 ◦ green 193 ◦ blue 161

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

Shades of Medium Aquamarine #6FC1A1

Tints of Medium Aquamarine #6FC1A1

RGB

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

 GREEN value IS 193 (75.78% from 255) = 41.51%

 BLUE value IS 161 (63.28% from 255) = 34.62%

R = 23.87%
G = 41.51%
B = 34.62%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.17

 K value IS 0.24

RGB Variations

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

Color information

#6FC1A1 (or 0x6FC1A1) is known color: Medium Aquamarine. HEX triplet: 6F, C1 and A1. RGB value is (111,193,161). Sum of RGB (Red+Green+Blue) = 111+193+161=465 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.87% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 161 (63.28% from 255 or 34.62% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC1A1 is #903E5E. Grayscale: #A4A4A4. Windows color (decimal): -9453151 or 10600815. OLE color: 10600815.

HSL color Cylindrical-coordinate representation of color #6FC1A1: hue angle of 156.59º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC1A1 is Cyan = 0.42, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.24.

Color convert

RGB 111 193 161 -
CMYK 0.42 0 0.17 0.24
HSL 156.59º 0.4% 0.6% -
HSV(B) 156.59º 0.42% 0.76% -
XYZ 32.06 44.09 40.54 -
YUV 164.83 125.83 89.6 -
System Red Green Blue C M Y K H S L
Decimal 111 193 161 0.42 0 0.17 0.24 156.59 0.4 0.6
Hex 6F C1 A1 2A 0 11 18 9D 28 3C
Octal 157 301 241 52 0 21 30 235 50 74
Binary 1101111 11000001 10100001 101010 0 10001 11000 10011101 101000 111100

Color Harmonies of #6FC1A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC1A1

Black with #6FC1A1

Text Example


Text Example

White with #6FC1A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,193,161); }

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

background-color css

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

 a { background-color: rgb(111,193,161); }

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

border-color css

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

 span { border-color: rgb(111,193,161); }

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