Html Css Color HEX #6FBEAF Monte Carlo

📋 copy color: '#6FBEAF'

red 111 ◦ green 190 ◦ blue 175

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

Shades of Monte Carlo #6FBEAF

Tints of Monte Carlo #6FBEAF

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.92%

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

R = 23.32%
G = 39.92%
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

#6FBEAF (or 0x6FBEAF) is known color: Monte Carlo. HEX triplet: 6F, BE and AF. RGB value is (111,190,175). Sum of RGB (Red+Green+Blue) = 111+190+175=476 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.32% from 476); Green value is 190 (74.61% from 255 or 39.92% from 476); Blue value is 175 (68.75% from 255 or 36.76% from 476); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #6FBEAF is #904150. Grayscale: #A4A4A4. Windows color (decimal): -9453905 or 11517551. OLE color: 11517551.

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

Color convert

RGB 111 190 175 -
CMYK 0.42 0 0.08 0.25
HSL 168.61º 0.38% 0.59% -
HSV(B) 168.61º 0.42% 0.75% -
XYZ 32.71 43.3 47.19 -
YUV 164.67 133.83 89.72 -
System Red Green Blue C M Y K H S L
Decimal 111 190 175 0.42 0 0.08 0.25 168.61 0.38 0.59
Hex 6F BE AF 2A 0 8 19 A9 26 3B
Octal 157 276 257 52 0 10 31 251 46 73
Binary 1101111 10111110 10101111 101010 0 1000 11001 10101001 100110 111011

Color Harmonies of #6FBEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEAF

Black with #6FBEAF

Text Example


Text Example

White with #6FBEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,190,175); }

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

background-color css

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

 a { background-color: rgb(111,190,175); }

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

border-color css

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

 span { border-color: rgb(111,190,175); }

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