Html Css Color HEX #6FC9A0 Medium Aquamarine

📋 copy color: '#6FC9A0'

red 111 ◦ green 201 ◦ blue 160

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

Shades of Medium Aquamarine #6FC9A0

Tints of Medium Aquamarine #6FC9A0

RGB

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

 GREEN value IS 201 (78.91% from 255) = 42.58%

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

R = 23.52%
G = 42.58%
B = 33.9%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.20

 K value IS 0.21

RGB Variations

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

Color information

#6FC9A0 (or 0x6FC9A0) is known color: Medium Aquamarine. HEX triplet: 6F, C9 and A0. RGB value is (111,201,160). Sum of RGB (Red+Green+Blue) = 111+201+160=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 201 (78.91% from 255 or 42.58% from 472); Blue value is 160 (62.89% from 255 or 33.90% from 472); Max value from RGB is 201 - color contains mainly: green. Hex color #6FC9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC9A0 is #90365F. Grayscale: #A9A9A9. Windows color (decimal): -9451104 or 10537327. OLE color: 10537327.

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

Color convert

RGB 111 201 160 -
CMYK 0.45 0 0.20 0.21
HSL 152.67º 0.45% 0.61% -
HSV(B) 152.67º 0.45% 0.79% -
XYZ 33.79 47.69 40.68 -
YUV 169.42 122.68 86.33 -
System Red Green Blue C M Y K H S L
Decimal 111 201 160 0.45 0 0.20 0.21 152.67 0.45 0.61
Hex 6F C9 A0 2D 0 14 15 99 2D 3D
Octal 157 311 240 55 0 24 25 231 55 75
Binary 1101111 11001001 10100000 101101 0 10100 10101 10011001 101101 111101

Color Harmonies of #6FC9A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC9A0

Black with #6FC9A0

Text Example


Text Example

White with #6FC9A0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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