#88BFBE

Color #88BFBE Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #88BFBE

Tints of Monte Carlo #88BFBE

Color information

#88BFBE (or 0x88BFBE) is unknown color: approx Monte Carlo. HEX triplet: 88, BF and BE. RGB value is (136,191,190). Sum of RGB (Red+Green+Blue) = 136+191+190=517 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.31% from 517); Green value is 191 (75% from 255 or 36.94% from 517); Blue value is 190 (74.61% from 255 or 36.75% from 517); Max value from RGB is 191 - color contains mainly: green. Hex color #88BFBE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88BFBE is #774041. Grayscale: #AEAEAE. Windows color (decimal): -7815234 or 12500872. OLE color: 12500872.

HSL color Cylindrical-coordinate representation of color #88BFBE: hue angle of 178.91º degrees, saturation: 0.3, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #88BFBE is Cyan = 0.29, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.

Color convert

RGB136191190-
CMYK0.2900.010.25
HSL178.91º30.05%64.12%-
HSV(B)178.91º28.8%74.9%-
XYZ38.0846.2155.63-
YUV174.44136.78100.58-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 26.31%
GREEN value IS 191 (75% from 255) = 36.94%
BLUE value IS 190 (74.61% from 255) = 36.75%
R=26.31%
G=36.94%
B=36.75%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1361911900.2900.010.25178.9130.0564.12
Hex88BFBE1D0119b31e40
Octal21027727635013126336100
Binary10001000101111111011111011101011100110110011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #88BFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #88BFBE; }

 p { color: rgb(136,191,190); }

 H1.HeaderClassName
 {
   color: #88BFBE;
 }
 .AnyTagClassName
 {
   color: #88BFBE;
 }
</style>
background-color css

<style>
 a { background-color: #88BFBE; }

 a { background-color: rgb(136,191,190); }

 div.DivClassName
 {
   background-color: #88BFBE;
 }
 .BgClassName
 {
   background-color: #88BFBE;
 }
</style>
border-color css

<style>
 span { border-color: #88BFBE; }

 span { border-color: rgb(136,191,190); }

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