Html Css Color HEX #6EBFB0 Monte Carlo

📋 copy color: '#6EBFB0'

red 110 ◦ green 191 ◦ blue 176

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

Shades of Monte Carlo #6EBFB0

Tints of Monte Carlo #6EBFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 36.9%

R = 23.06%
G = 40.04%
B = 36.9%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#6EBFB0 (or 0x6EBFB0) is known color: Monte Carlo. HEX triplet: 6E, BF and B0. RGB value is (110,191,176). Sum of RGB (Red+Green+Blue) = 110+191+176=477 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.06% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 176 (69.14% from 255 or 36.90% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBFB0 is #91404F. Grayscale: #A5A5A5. Windows color (decimal): -9519184 or 11583342. OLE color: 11583342.

HSL color Cylindrical-coordinate representation of color #6EBFB0: hue angle of 168.89º degrees, saturation: 0.39, 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 #6EBFB0 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 191 176 -
CMYK 0.42 0 0.08 0.25
HSL 168.89º 0.39% 0.59% -
HSV(B) 168.89º 0.42% 0.75% -
XYZ 32.9 43.71 47.78 -
YUV 165.07 134.16 88.72 -
System Red Green Blue C M Y K H S L
Decimal 110 191 176 0.42 0 0.08 0.25 168.89 0.39 0.59
Hex 6E BF B0 2A 0 8 19 A9 27 3B
Octal 156 277 260 52 0 10 31 251 47 73
Binary 1101110 10111111 10110000 101010 0 1000 11001 10101001 100111 111011

Color Harmonies of #6EBFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFB0

Black with #6EBFB0

Text Example


Text Example

White with #6EBFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,176); }

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

background-color css

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

 a { background-color: rgb(110,191,176); }

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

border-color css

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

 span { border-color: rgb(110,191,176); }

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