Html Css Color HEX #80BBB9 Monte Carlo

📋 copy color: '#80BBB9'

red 128 ◦ green 187 ◦ blue 185

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

Shades of Monte Carlo #80BBB9

Tints of Monte Carlo #80BBB9

RGB

 RED value IS 128 (50.39% from 255) = 25.6%

 GREEN value IS 187 (73.44% from 255) = 37.4%

 BLUE value IS 185 (72.66% from 255) = 37%

R = 25.6%
G = 37.4%
B = 37%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.27

RGB Variations

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

Color information

#80BBB9 (or 0x80BBB9) is known color: Monte Carlo. HEX triplet: 80, BB and B9. RGB value is (128,187,185). Sum of RGB (Red+Green+Blue) = 128+187+185=500 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.6% from 500); Green value is 187 (73.44% from 255 or 37.4% from 500); Blue value is 185 (72.66% from 255 or 37% from 500); Max value from RGB is 187 - color contains mainly: green. Hex color #80BBB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BBB9 is #7F4446. Grayscale: #A9A9A9. Windows color (decimal): -8340551 or 12172160. OLE color: 12172160.

HSL color Cylindrical-coordinate representation of color #80BBB9: hue angle of 177.97º degrees, saturation: 0.3, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #80BBB9 is Cyan = 0.32, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB 128 187 185 -
CMYK 0.32 0 0.01 0.27
HSL 177.97º 0.3% 0.62% -
HSV(B) 177.97º 0.32% 0.73% -
XYZ 35.43 43.63 52.45 -
YUV 169.13 136.95 98.66 -
System Red Green Blue C M Y K H S L
Decimal 128 187 185 0.32 0 0.01 0.27 177.97 0.3 0.62
Hex 80 BB B9 20 0 1 1B B2 1E 3E
Octal 200 273 271 40 0 1 33 262 36 76
Binary 10000000 10111011 10111001 100000 0 1 11011 10110010 11110 111110

Color Harmonies of #80BBB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BBB9

Black with #80BBB9

Text Example


Text Example

White with #80BBB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #80BBB9; }

 p { color: rgb(128,187,185); }

 H1.HeaderClassName
 {
   color: #80BBB9;
 }
 .AnyTagClassName
 {
   color: #80BBB9;
 }
</style>

background-color css

<style>
 a { background-color: #80BBB9; }

 a { background-color: rgb(128,187,185); }

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

border-color css

<style>
 span { border-color: #80BBB9; }

 span { border-color: rgb(128,187,185); }

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