Html Css Color HEX #6FCFAC Medium Aquamarine

📋 copy color: '#6FCFAC'

red 111 ◦ green 207 ◦ blue 172

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

Shades of Medium Aquamarine #6FCFAC

Tints of Medium Aquamarine #6FCFAC

RGB

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

 GREEN value IS 207 (81.25% from 255) = 42.24%

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

R = 22.65%
G = 42.24%
B = 35.1%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#6FCFAC (or 0x6FCFAC) is known color: Medium Aquamarine. HEX triplet: 6F, CF and AC. RGB value is (111,207,172). Sum of RGB (Red+Green+Blue) = 111+207+172=490 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.65% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #6FCFAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCFAC is #903053. Grayscale: #AEAEAE. Windows color (decimal): -9449556 or 11325295. OLE color: 11325295.

HSL color Cylindrical-coordinate representation of color #6FCFAC: hue angle of 158.12º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6FCFAC is Cyan = 0.46, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 207 172 -
CMYK 0.46 0 0.17 0.19
HSL 158.13º 0.5% 0.62% -
HSV(B) 158.13º 0.46% 0.81% -
XYZ 36.31 50.98 46.96 -
YUV 174.31 126.7 82.85 -
System Red Green Blue C M Y K H S L
Decimal 111 207 172 0.46 0 0.17 0.19 158.13 0.5 0.62
Hex 6F CF AC 2E 0 11 13 9E 32 3E
Octal 157 317 254 56 0 21 23 236 62 76
Binary 1101111 11001111 10101100 101110 0 10001 10011 10011110 110010 111110

Color Harmonies of #6FCFAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCFAC

Black with #6FCFAC

Text Example


Text Example

White with #6FCFAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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