Html Css Color HEX #6FDCAC Medium Aquamarine

📋 copy color: '#6FDCAC'

red 111 ◦ green 220 ◦ blue 172

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

Shades of Medium Aquamarine #6FDCAC

Tints of Medium Aquamarine #6FDCAC

RGB

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

 GREEN value IS 220 (86.33% from 255) = 43.74%

 BLUE value IS 172 (67.58% from 255) = 34.19%

R = 22.07%
G = 43.74%
B = 34.19%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.14

RGB Variations

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

Color information

#6FDCAC (or 0x6FDCAC) is known color: Medium Aquamarine. HEX triplet: 6F, DC and AC. RGB value is (111,220,172). Sum of RGB (Red+Green+Blue) = 111+220+172=503 (66% of max value = 765). Red value is 111 (43.75% from 255 or 22.07% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 172 (67.58% from 255 or 34.19% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #6FDCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FDCAC is #902353. Grayscale: #B6B6B6. Windows color (decimal): -9446228 or 11328623. OLE color: 11328623.

HSL color Cylindrical-coordinate representation of color #6FDCAC: hue angle of 153.58º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6FDCAC is Cyan = 0.50, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB 111 220 172 -
CMYK 0.50 0 0.22 0.14
HSL 153.58º 0.61% 0.65% -
HSV(B) 153.58º 0.5% 0.86% -
XYZ 39.6 57.54 48.05 -
YUV 181.94 122.39 77.4 -
System Red Green Blue C M Y K H S L
Decimal 111 220 172 0.50 0 0.22 0.14 153.58 0.61 0.65
Hex 6F DC AC 32 0 16 E 9A 3D 41
Octal 157 334 254 62 0 26 16 232 75 101
Binary 1101111 11011100 10101100 110010 0 10110 1110 10011010 111101 1000001

Color Harmonies of #6FDCAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FDCAC

Black with #6FDCAC

Text Example


Text Example

White with #6FDCAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,220,172); }

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

background-color css

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

 a { background-color: rgb(111,220,172); }

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

border-color css

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

 span { border-color: rgb(111,220,172); }

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