Html Css Color HEX #6FC0A3 Medium Aquamarine

📋 copy color: '#6FC0A3'

red 111 ◦ green 192 ◦ blue 163

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

Shades of Medium Aquamarine #6FC0A3

Tints of Medium Aquamarine #6FC0A3

RGB

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

 GREEN value IS 192 (75.39% from 255) = 41.2%

 BLUE value IS 163 (64.06% from 255) = 34.98%

R = 23.82%
G = 41.2%
B = 34.98%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.15

 K value IS 0.25

RGB Variations

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

Color information

#6FC0A3 (or 0x6FC0A3) is known color: Medium Aquamarine. HEX triplet: 6F, C0 and A3. RGB value is (111,192,163). Sum of RGB (Red+Green+Blue) = 111+192+163=466 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.82% from 466); Green value is 192 (75.39% from 255 or 41.20% from 466); Blue value is 163 (64.06% from 255 or 34.98% from 466); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC0A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC0A3 is #903F5C. Grayscale: #A4A4A4. Windows color (decimal): -9453405 or 10731631. OLE color: 10731631.

HSL color Cylindrical-coordinate representation of color #6FC0A3: hue angle of 158.52º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FC0A3 is Cyan = 0.42, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 192 163 -
CMYK 0.42 0 0.15 0.25
HSL 158.52º 0.39% 0.59% -
HSV(B) 158.52º 0.42% 0.75% -
XYZ 32.02 43.72 41.4 -
YUV 164.48 127.16 89.86 -
System Red Green Blue C M Y K H S L
Decimal 111 192 163 0.42 0 0.15 0.25 158.52 0.39 0.59
Hex 6F C0 A3 2A 0 F 19 9F 27 3B
Octal 157 300 243 52 0 17 31 237 47 73
Binary 1101111 11000000 10100011 101010 0 1111 11001 10011111 100111 111011

Color Harmonies of #6FC0A3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC0A3

Black with #6FC0A3

Text Example


Text Example

White with #6FC0A3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,192,163); }

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

background-color css

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

 a { background-color: rgb(111,192,163); }

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

border-color css

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

 span { border-color: rgb(111,192,163); }

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