Html Css Color HEX #6EBFAF Monte Carlo

📋 copy color: '#6EBFAF'

red 110 ◦ green 191 ◦ blue 175

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

Shades of Monte Carlo #6EBFAF

Tints of Monte Carlo #6EBFAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 36.76%

R = 23.11%
G = 40.13%
B = 36.76%

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

#6EBFAF (or 0x6EBFAF) is known color: Monte Carlo. HEX triplet: 6E, BF and AF. RGB value is (110,191,175). Sum of RGB (Red+Green+Blue) = 110+191+175=476 (63% of max value = 765). Red value is 110 (43.36% from 255 or 23.11% from 476); Green value is 191 (75% from 255 or 40.13% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 191 - color contains mainly: green. Hex color #6EBFAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6EBFAF is #914050. Grayscale: #A4A4A4. Windows color (decimal): -9519185 or 11517806. OLE color: 11517806.

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

Color convert

RGB 110 191 175 -
CMYK 0.42 0 0.08 0.25
HSL 168.15º 0.39% 0.59% -
HSV(B) 168.15º 0.42% 0.75% -
XYZ 32.8 43.67 47.26 -
YUV 164.96 133.66 88.8 -
System Red Green Blue C M Y K H S L
Decimal 110 191 175 0.42 0 0.08 0.25 168.15 0.39 0.59
Hex 6E BF AF 2A 0 8 19 A8 27 3B
Octal 156 277 257 52 0 10 31 250 47 73
Binary 1101110 10111111 10101111 101010 0 1000 11001 10101000 100111 111011

Color Harmonies of #6EBFAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFAF

Black with #6EBFAF

Text Example


Text Example

White with #6EBFAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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