Html Css Color HEX #80BCB3 Monte Carlo

📋 copy color: '#80BCB3'

red 128 ◦ green 188 ◦ blue 179

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

Shades of Monte Carlo #80BCB3

Tints of Monte Carlo #80BCB3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 36.16%

R = 25.86%
G = 37.98%
B = 36.16%

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

#80BCB3 (or 0x80BCB3) is known color: Monte Carlo. HEX triplet: 80, BC and B3. RGB value is (128,188,179). Sum of RGB (Red+Green+Blue) = 128+188+179=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #80BCB3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #80BCB3 is #7F434C. Grayscale: #A9A9A9. Windows color (decimal): -8340301 or 11779200. OLE color: 11779200.

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

Color convert

RGB 128 188 179 -
CMYK 0.32 0 0.05 0.26
HSL 171º 0.31% 0.62% -
HSV(B) 171º 0.32% 0.74% -
XYZ 35.02 43.81 49.26 -
YUV 169.03 133.62 98.73 -
System Red Green Blue C M Y K H S L
Decimal 128 188 179 0.32 0 0.05 0.26 171 0.31 0.62
Hex 80 BC B3 20 0 5 1A AB 1F 3E
Octal 200 274 263 40 0 5 32 253 37 76
Binary 10000000 10111100 10110011 100000 0 101 11010 10101011 11111 111110

Color Harmonies of #80BCB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BCB3

Black with #80BCB3

Text Example


Text Example

White with #80BCB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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