Html Css Color HEX #6FC0A5 Medium Aquamarine

📋 copy color: '#6FC0A5'

red 111 ◦ green 192 ◦ blue 165

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

Shades of Medium Aquamarine #6FC0A5

Tints of Medium Aquamarine #6FC0A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 35.26%

R = 23.72%
G = 41.03%
B = 35.26%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#6FC0A5 (or 0x6FC0A5) is known color: Medium Aquamarine. HEX triplet: 6F, C0 and A5. RGB value is (111,192,165). Sum of RGB (Red+Green+Blue) = 111+192+165=468 (61% of max value = 765). Red value is 111 (43.75% from 255 or 23.72% from 468); Green value is 192 (75.39% from 255 or 41.03% from 468); Blue value is 165 (64.84% from 255 or 35.26% from 468); Max value from RGB is 192 - color contains mainly: green. Hex color #6FC0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC0A5 is #903F5A. Grayscale: #A4A4A4. Windows color (decimal): -9453403 or 10862703. OLE color: 10862703.

HSL color Cylindrical-coordinate representation of color #6FC0A5: hue angle of 160º 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 #6FC0A5 is Cyan = 0.42, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 192 165 -
CMYK 0.42 0 0.14 0.25
HSL 160º 0.39% 0.59% -
HSV(B) 160º 0.42% 0.75% -
XYZ 32.2 43.8 42.35 -
YUV 164.7 128.16 89.7 -
System Red Green Blue C M Y K H S L
Decimal 111 192 165 0.42 0 0.14 0.25 160 0.39 0.59
Hex 6F C0 A5 2A 0 E 19 A0 27 3B
Octal 157 300 245 52 0 16 31 240 47 73
Binary 1101111 11000000 10100101 101010 0 1110 11001 10100000 100111 111011

Color Harmonies of #6FC0A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC0A5

Black with #6FC0A5

Text Example


Text Example

White with #6FC0A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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