Html Css Color HEX #6FC2A6 Medium Aquamarine

📋 copy color: '#6FC2A6'

red 111 ◦ green 194 ◦ blue 166

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

Shades of Medium Aquamarine #6FC2A6

Tints of Medium Aquamarine #6FC2A6

RGB

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

 GREEN value IS 194 (76.17% from 255) = 41.19%

 BLUE value IS 166 (65.23% from 255) = 35.24%

R = 23.57%
G = 41.19%
B = 35.24%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.24

RGB Variations

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

Color information

#6FC2A6 (or 0x6FC2A6) is known color: Medium Aquamarine. HEX triplet: 6F, C2 and A6. RGB value is (111,194,166). Sum of RGB (Red+Green+Blue) = 111+194+166=471 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.57% from 471); Green value is 194 (76.17% from 255 or 41.19% from 471); Blue value is 166 (65.23% from 255 or 35.24% from 471); Max value from RGB is 194 - color contains mainly: green. Hex color #6FC2A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC2A6 is #903D59. Grayscale: #A6A6A6. Windows color (decimal): -9452890 or 10928751. OLE color: 10928751.

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

Color convert

RGB 111 194 166 -
CMYK 0.43 0 0.14 0.24
HSL 159.76º 0.4% 0.6% -
HSV(B) 159.76º 0.43% 0.76% -
XYZ 32.73 44.72 42.98 -
YUV 165.99 128 88.78 -
System Red Green Blue C M Y K H S L
Decimal 111 194 166 0.43 0 0.14 0.24 159.76 0.4 0.6
Hex 6F C2 A6 2B 0 E 18 A0 28 3C
Octal 157 302 246 53 0 16 30 240 50 74
Binary 1101111 11000010 10100110 101011 0 1110 11000 10100000 101000 111100

Color Harmonies of #6FC2A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC2A6

Black with #6FC2A6

Text Example


Text Example

White with #6FC2A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,194,166); }

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

background-color css

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

 a { background-color: rgb(111,194,166); }

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

border-color css

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

 span { border-color: rgb(111,194,166); }

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