Html Css Color HEX #80BDBB Monte Carlo

📋 copy color: '#80BDBB'

red 128 ◦ green 189 ◦ blue 187

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

Shades of Monte Carlo #80BDBB

Tints of Monte Carlo #80BDBB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.5%

 BLUE value IS 187 (73.44% from 255) = 37.1%

R = 25.4%
G = 37.5%
B = 37.1%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.01

 K value IS 0.26

RGB Variations

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

Color information

#80BDBB (or 0x80BDBB) is known color: Monte Carlo. HEX triplet: 80, BD and BB. RGB value is (128,189,187). Sum of RGB (Red+Green+Blue) = 128+189+187=504 (66% of max value = 765). Red value is 128 (50.39% from 255 or 25.40% from 504); Green value is 189 (74.22% from 255 or 37.5% from 504); Blue value is 187 (73.44% from 255 or 37.10% from 504); Max value from RGB is 189 - color contains mainly: green. Hex color #80BDBB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BDBB is #7F4244. Grayscale: #AAAAAA. Windows color (decimal): -8340037 or 12303744. OLE color: 12303744.

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

Color convert

RGB 128 189 187 -
CMYK 0.32 0 0.01 0.26
HSL 178.03º 0.32% 0.62% -
HSV(B) 178.03º 0.32% 0.74% -
XYZ 36.07 44.57 53.72 -
YUV 170.53 137.29 97.66 -
System Red Green Blue C M Y K H S L
Decimal 128 189 187 0.32 0 0.01 0.26 178.03 0.32 0.62
Hex 80 BD BB 20 0 1 1A B2 20 3E
Octal 200 275 273 40 0 1 32 262 40 76
Binary 10000000 10111101 10111011 100000 0 1 11010 10110010 100000 111110

Color Harmonies of #80BDBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BDBB

Black with #80BDBB

Text Example


Text Example

White with #80BDBB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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