Html Css Color HEX #80BCB2 Monte Carlo

📋 copy color: '#80BCB2'

red 128 ◦ green 188 ◦ blue 178

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

Shades of Monte Carlo #80BCB2

Tints of Monte Carlo #80BCB2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 38.06%

 BLUE value IS 178 (69.92% from 255) = 36.03%

R = 25.91%
G = 38.06%
B = 36.03%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.05

 K value IS 0.26

RGB Variations

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

Color information

#80BCB2 (or 0x80BCB2) is known color: Monte Carlo. HEX triplet: 80, BC and B2. RGB value is (128,188,178). Sum of RGB (Red+Green+Blue) = 128+188+178=494 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.91% from 494); Green value is 188 (73.83% from 255 or 38.06% from 494); Blue value is 178 (69.92% from 255 or 36.03% from 494); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BCB2 is #7F434D. Grayscale: #A8A8A8. Windows color (decimal): -8340302 or 11713664. OLE color: 11713664.

HSL color Cylindrical-coordinate representation of color #80BCB2: hue angle of 170º degrees, saturation: 0.31, 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 #80BCB2 is Cyan = 0.32, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.26.

Color convert

RGB 128 188 178 -
CMYK 0.32 0 0.05 0.26
HSL 170º 0.31% 0.62% -
HSV(B) 170º 0.32% 0.74% -
XYZ 34.92 43.77 48.73 -
YUV 168.92 133.12 98.81 -
System Red Green Blue C M Y K H S L
Decimal 128 188 178 0.32 0 0.05 0.26 170 0.31 0.62
Hex 80 BC B2 20 0 5 1A AA 1F 3E
Octal 200 274 262 40 0 5 32 252 37 76
Binary 10000000 10111100 10110010 100000 0 101 11010 10101010 11111 111110

Color Harmonies of #80BCB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCB2

Black with #80BCB2

Text Example


Text Example

White with #80BCB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,188,178); }

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

background-color css

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

 a { background-color: rgb(128,188,178); }

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

border-color css

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

 span { border-color: rgb(128,188,178); }

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