Html Css Color HEX #6FBFAD Monte Carlo

📋 copy color: '#6FBFAD'

red 111 ◦ green 191 ◦ blue 173

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

Shades of Monte Carlo #6FBFAD

Tints of Monte Carlo #6FBFAD

RGB

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

 GREEN value IS 191 (75% from 255) = 40.21%

 BLUE value IS 173 (67.97% from 255) = 36.42%

R = 23.37%
G = 40.21%
B = 36.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#6FBFAD (or 0x6FBFAD) is known color: Monte Carlo. HEX triplet: 6F, BF and AD. RGB value is (111,191,173). Sum of RGB (Red+Green+Blue) = 111+191+173=475 (62% of max value = 765). Red value is 111 (43.75% from 255 or 23.37% from 475); Green value is 191 (75% from 255 or 40.21% from 475); Blue value is 173 (67.97% from 255 or 36.42% from 475); Max value from RGB is 191 - color contains mainly: green. Hex color #6FBFAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBFAD is #904052. Grayscale: #A5A5A5. Windows color (decimal): -9453651 or 11386735. OLE color: 11386735.

HSL color Cylindrical-coordinate representation of color #6FBFAD: hue angle of 166.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6FBFAD is Cyan = 0.42, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 191 173 -
CMYK 0.42 0 0.09 0.25
HSL 166.5º 0.38% 0.59% -
HSV(B) 166.5º 0.42% 0.75% -
XYZ 32.73 43.66 46.24 -
YUV 165.03 132.5 89.46 -
System Red Green Blue C M Y K H S L
Decimal 111 191 173 0.42 0 0.09 0.25 166.5 0.38 0.59
Hex 6F BF AD 2A 0 9 19 A6 26 3B
Octal 157 277 255 52 0 11 31 246 46 73
Binary 1101111 10111111 10101101 101010 0 1001 11001 10100110 100110 111011

Color Harmonies of #6FBFAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBFAD

Black with #6FBFAD

Text Example


Text Example

White with #6FBFAD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,191,173); }

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

background-color css

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

 a { background-color: rgb(111,191,173); }

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

border-color css

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

 span { border-color: rgb(111,191,173); }

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