Html Css Color HEX #80BFB0 Monte Carlo

📋 copy color: '#80BFB0'

red 128 ◦ green 191 ◦ blue 176

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

Shades of Monte Carlo #80BFB0

Tints of Monte Carlo #80BFB0

RGB

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

 GREEN value IS 191 (75% from 255) = 38.59%

 BLUE value IS 176 (69.14% from 255) = 35.56%

R = 25.86%
G = 38.59%
B = 35.56%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.08

 K value IS 0.25

RGB Variations

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

Color information

#80BFB0 (or 0x80BFB0) is known color: Monte Carlo. HEX triplet: 80, BF and B0. RGB value is (128,191,176). Sum of RGB (Red+Green+Blue) = 128+191+176=495 (65% of max value = 765). Red value is 128 (50.39% from 255 or 25.86% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 176 (69.14% from 255 or 35.56% from 495); Max value from RGB is 191 - color contains mainly: green. Hex color #80BFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #80BFB0 is #7F404F. Grayscale: #AAAAAA. Windows color (decimal): -8339536 or 11583360. OLE color: 11583360.

HSL color Cylindrical-coordinate representation of color #80BFB0: hue angle of 165.71º degrees, saturation: 0.33, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #80BFB0 is Cyan = 0.33, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.

Color convert

RGB 128 191 176 -
CMYK 0.33 0 0.08 0.25
HSL 165.71º 0.33% 0.63% -
HSV(B) 165.71º 0.33% 0.75% -
XYZ 35.37 44.99 47.89 -
YUV 170.45 131.13 97.72 -
System Red Green Blue C M Y K H S L
Decimal 128 191 176 0.33 0 0.08 0.25 165.71 0.33 0.63
Hex 80 BF B0 21 0 8 19 A6 21 3F
Octal 200 277 260 41 0 10 31 246 41 77
Binary 10000000 10111111 10110000 100001 0 1000 11001 10100110 100001 111111

Color Harmonies of #80BFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #80BFB0

Black with #80BFB0

Text Example


Text Example

White with #80BFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,191,176); }

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

background-color css

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

 a { background-color: rgb(128,191,176); }

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

border-color css

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

 span { border-color: rgb(128,191,176); }

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