Html Css Color HEX #6FBCB6 Monte Carlo

📋 copy color: '#6FBCB6'

red 111 ◦ green 188 ◦ blue 182

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

Shades of Monte Carlo #6FBCB6

Tints of Monte Carlo #6FBCB6

RGB

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

 GREEN value IS 188 (73.83% from 255) = 39.09%

 BLUE value IS 182 (71.48% from 255) = 37.84%

R = 23.08%
G = 39.09%
B = 37.84%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.03

 K value IS 0.26

RGB Variations

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

Color information

#6FBCB6 (or 0x6FBCB6) is known color: Monte Carlo. HEX triplet: 6F, BC and B6. RGB value is (111,188,182). Sum of RGB (Red+Green+Blue) = 111+188+182=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 182 (71.48% from 255 or 37.84% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #6FBCB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBCB6 is #904349. Grayscale: #A4A4A4. Windows color (decimal): -9454410 or 11975791. OLE color: 11975791.

HSL color Cylindrical-coordinate representation of color #6FBCB6: hue angle of 175.32º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6FBCB6 is Cyan = 0.41, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 188 182 -
CMYK 0.41 0 0.03 0.26
HSL 175.32º 0.36% 0.59% -
HSV(B) 175.32º 0.41% 0.74% -
XYZ 32.98 42.72 50.76 -
YUV 164.29 137.99 89.99 -
System Red Green Blue C M Y K H S L
Decimal 111 188 182 0.41 0 0.03 0.26 175.32 0.36 0.59
Hex 6F BC B6 29 0 3 1A AF 24 3B
Octal 157 274 266 51 0 3 32 257 44 73
Binary 1101111 10111100 10110110 101001 0 11 11010 10101111 100100 111011

Color Harmonies of #6FBCB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBCB6

Black with #6FBCB6

Text Example


Text Example

White with #6FBCB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,188,182); }

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

background-color css

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

 a { background-color: rgb(111,188,182); }

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

border-color css

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

 span { border-color: rgb(111,188,182); }

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