Html Css Color HEX #6FBEB4 Monte Carlo

📋 copy color: '#6FBEB4'

red 111 ◦ green 190 ◦ blue 180

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

Shades of Monte Carlo #6FBEB4

Tints of Monte Carlo #6FBEB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 37.42%

R = 23.08%
G = 39.5%
B = 37.42%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#6FBEB4 (or 0x6FBEB4) is known color: Monte Carlo. HEX triplet: 6F, BE and B4. RGB value is (111,190,180). Sum of RGB (Red+Green+Blue) = 111+190+180=481 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.08% from 481); Green value is 190 (74.61% from 255 or 39.50% from 481); Blue value is 180 (70.70% from 255 or 37.42% from 481); Max value from RGB is 190 - color contains mainly: green. Hex color #6FBEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FBEB4 is #90414B. Grayscale: #A5A5A5. Windows color (decimal): -9453900 or 11845231. OLE color: 11845231.

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

Color convert

RGB 111 190 180 -
CMYK 0.42 0 0.05 0.25
HSL 172.41º 0.38% 0.59% -
HSV(B) 172.41º 0.42% 0.75% -
XYZ 33.21 43.5 49.83 -
YUV 165.24 136.33 89.31 -
System Red Green Blue C M Y K H S L
Decimal 111 190 180 0.42 0 0.05 0.25 172.41 0.38 0.59
Hex 6F BE B4 2A 0 5 19 AC 26 3B
Octal 157 276 264 52 0 5 31 254 46 73
Binary 1101111 10111110 10110100 101010 0 101 11001 10101100 100110 111011

Color Harmonies of #6FBEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FBEB4

Black with #6FBEB4

Text Example


Text Example

White with #6FBEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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