Html Css Color HEX #6FC1A8 Medium Aquamarine

📋 copy color: '#6FC1A8'

red 111 ◦ green 193 ◦ blue 168

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

Shades of Medium Aquamarine #6FC1A8

Tints of Medium Aquamarine #6FC1A8

RGB

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

 GREEN value IS 193 (75.78% from 255) = 40.89%

 BLUE value IS 168 (66.02% from 255) = 35.59%

R = 23.52%
G = 40.89%
B = 35.59%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#6FC1A8 (or 0x6FC1A8) is known color: Medium Aquamarine. HEX triplet: 6F, C1 and A8. RGB value is (111,193,168). Sum of RGB (Red+Green+Blue) = 111+193+168=472 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.52% from 472); Green value is 193 (75.78% from 255 or 40.89% from 472); Blue value is 168 (66.02% from 255 or 35.59% from 472); Max value from RGB is 193 - color contains mainly: green. Hex color #6FC1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FC1A8 is #903E57. Grayscale: #A5A5A5. Windows color (decimal): -9453144 or 11059567. OLE color: 11059567.

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

Color convert

RGB 111 193 168 -
CMYK 0.42 0 0.13 0.24
HSL 161.71º 0.4% 0.6% -
HSV(B) 161.71º 0.42% 0.76% -
XYZ 32.69 44.35 43.88 -
YUV 165.63 129.33 89.03 -
System Red Green Blue C M Y K H S L
Decimal 111 193 168 0.42 0 0.13 0.24 161.71 0.4 0.6
Hex 6F C1 A8 2A 0 D 18 A2 28 3C
Octal 157 301 250 52 0 15 30 242 50 74
Binary 1101111 11000001 10101000 101010 0 1101 11000 10100010 101000 111100

Color Harmonies of #6FC1A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC1A8

Black with #6FC1A8

Text Example


Text Example

White with #6FC1A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,193,168); }

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

background-color css

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

 a { background-color: rgb(111,193,168); }

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

border-color css

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

 span { border-color: rgb(111,193,168); }

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