Html Css Color HEX #6EC1BA Monte Carlo

📋 copy color: '#6EC1BA'

red 110 ◦ green 193 ◦ blue 186

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

Shades of Monte Carlo #6EC1BA

Tints of Monte Carlo #6EC1BA

RGB

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

 GREEN value IS 193 (75.78% from 255) = 39.47%

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

R = 22.49%
G = 39.47%
B = 38.04%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#6EC1BA (or 0x6EC1BA) is known color: Monte Carlo. HEX triplet: 6E, C1 and BA. RGB value is (110,193,186). Sum of RGB (Red+Green+Blue) = 110+193+186=489 (64% of max value = 765). Red value is 110 (43.36% from 255 or 22.49% from 489); Green value is 193 (75.78% from 255 or 39.47% from 489); Blue value is 186 (73.05% from 255 or 38.04% from 489); Max value from RGB is 193 - color contains mainly: green. Hex color #6EC1BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EC1BA is #913E45. Grayscale: #A7A7A7. Windows color (decimal): -9518662 or 12239214. OLE color: 12239214.

HSL color Cylindrical-coordinate representation of color #6EC1BA: hue angle of 174.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6EC1BA is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 110 193 186 -
CMYK 0.43 0 0.04 0.24
HSL 174.94º 0.4% 0.59% -
HSV(B) 174.94º 0.43% 0.76% -
XYZ 34.36 45 53.33 -
YUV 167.39 138.5 87.07 -
System Red Green Blue C M Y K H S L
Decimal 110 193 186 0.43 0 0.04 0.24 174.94 0.4 0.59
Hex 6E C1 BA 2B 0 4 18 AF 28 3B
Octal 156 301 272 53 0 4 30 257 50 73
Binary 1101110 11000001 10111010 101011 0 100 11000 10101111 101000 111011

Color Harmonies of #6EC1BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EC1BA

Black with #6EC1BA

Text Example


Text Example

White with #6EC1BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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