Html Css Color HEX #6EC0BA Monte Carlo

📋 copy color: '#6EC0BA'

red 110 ◦ green 192 ◦ blue 186

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

Shades of Monte Carlo #6EC0BA

Tints of Monte Carlo #6EC0BA

RGB

 RED value IS 110 (43.36% from 255) = 22.54%

 GREEN value IS 192 (75.39% from 255) = 39.34%

 BLUE value IS 186 (73.05% from 255) = 38.11%

R = 22.54%
G = 39.34%
B = 38.11%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#6EC0BA (or 0x6EC0BA) is known color: Monte Carlo. HEX triplet: 6E, C0 and BA. RGB value is (110,192,186). Sum of RGB (Red+Green+Blue) = 110+192+186=488 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.54% from 488); Green value is 192 (75.39% from 255 or 39.34% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 192 - color contains mainly: green. Hex color #6EC0BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC0BA is #913F45. Grayscale: #A6A6A6. Windows color (decimal): -9518918 or 12238958. OLE color: 12238958.

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

Color convert

RGB 110 192 186 -
CMYK 0.43 0 0.03 0.25
HSL 175.61º 0.39% 0.59% -
HSV(B) 175.61º 0.43% 0.75% -
XYZ 34.14 44.56 53.26 -
YUV 166.8 138.83 87.49 -
System Red Green Blue C M Y K H S L
Decimal 110 192 186 0.43 0 0.03 0.25 175.61 0.39 0.59
Hex 6E C0 BA 2B 0 3 19 B0 27 3B
Octal 156 300 272 53 0 3 31 260 47 73
Binary 1101110 11000000 10111010 101011 0 11 11001 10110000 100111 111011

Color Harmonies of #6EC0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC0BA

Black with #6EC0BA

Text Example


Text Example

White with #6EC0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,192,186); }

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

background-color css

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

 a { background-color: rgb(110,192,186); }

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

border-color css

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

 span { border-color: rgb(110,192,186); }

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