Html Css Color HEX #6FCBAC Medium Aquamarine

📋 copy color: '#6FCBAC'

red 111 ◦ green 203 ◦ blue 172

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

Shades of Medium Aquamarine #6FCBAC

Tints of Medium Aquamarine #6FCBAC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 41.77%

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

R = 22.84%
G = 41.77%
B = 35.39%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.15

 K value IS 0.20

RGB Variations

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

Color information

#6FCBAC (or 0x6FCBAC) is known color: Medium Aquamarine. HEX triplet: 6F, CB and AC. RGB value is (111,203,172). Sum of RGB (Red+Green+Blue) = 111+203+172=486 (64% of max value = 765). Red value is 111 (43.75% from 255 or 22.84% from 486); Green value is 203 (79.69% from 255 or 41.77% from 486); Blue value is 172 (67.58% from 255 or 35.39% from 486); Max value from RGB is 203 - color contains mainly: green. Hex color #6FCBAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FCBAC is #903453. Grayscale: #ABABAB. Windows color (decimal): -9450580 or 11324271. OLE color: 11324271.

HSL color Cylindrical-coordinate representation of color #6FCBAC: hue angle of 159.78º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6FCBAC is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.

Color convert

RGB 111 203 172 -
CMYK 0.45 0 0.15 0.20
HSL 159.78º 0.47% 0.62% -
HSV(B) 159.78º 0.45% 0.8% -
XYZ 35.36 49.07 46.64 -
YUV 171.96 128.02 84.52 -
System Red Green Blue C M Y K H S L
Decimal 111 203 172 0.45 0 0.15 0.20 159.78 0.47 0.62
Hex 6F CB AC 2D 0 F 14 A0 2F 3E
Octal 157 313 254 55 0 17 24 240 57 76
Binary 1101111 11001011 10101100 101101 0 1111 10100 10100000 101111 111110

Color Harmonies of #6FCBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FCBAC

Black with #6FCBAC

Text Example


Text Example

White with #6FCBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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