Html Css Color HEX #6FC8AB Medium Aquamarine

📋 copy color: '#6FC8AB'

red 111 ◦ green 200 ◦ blue 171

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

Shades of Medium Aquamarine #6FC8AB

Tints of Medium Aquamarine #6FC8AB

RGB

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

 GREEN value IS 200 (78.52% from 255) = 41.49%

 BLUE value IS 171 (67.19% from 255) = 35.48%

R = 23.03%
G = 41.49%
B = 35.48%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.22

RGB Variations

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

Color information

#6FC8AB (or 0x6FC8AB) is known color: Medium Aquamarine. HEX triplet: 6F, C8 and AB. RGB value is (111,200,171). Sum of RGB (Red+Green+Blue) = 111+200+171=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #6FC8AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC8AB is #903754. Grayscale: #AAAAAA. Windows color (decimal): -9451349 or 11257967. OLE color: 11257967.

HSL color Cylindrical-coordinate representation of color #6FC8AB: hue angle of 160.45º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #6FC8AB is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.22.

Color convert

RGB 111 200 171 -
CMYK 0.44 0 0.14 0.22
HSL 160.45º 0.45% 0.61% -
HSV(B) 160.45º 0.45% 0.78% -
XYZ 34.56 47.63 45.9 -
YUV 170.08 128.51 85.86 -
System Red Green Blue C M Y K H S L
Decimal 111 200 171 0.44 0 0.14 0.22 160.45 0.45 0.61
Hex 6F C8 AB 2C 0 E 16 A0 2D 3D
Octal 157 310 253 54 0 16 26 240 55 75
Binary 1101111 11001000 10101011 101100 0 1110 10110 10100000 101101 111101

Color Harmonies of #6FC8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC8AB

Black with #6FC8AB

Text Example


Text Example

White with #6FC8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,200,171); }

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

background-color css

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

 a { background-color: rgb(111,200,171); }

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

border-color css

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

 span { border-color: rgb(111,200,171); }

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