Html Css Color HEX #88C0BA Monte Carlo

📋 copy color: '#88C0BA'

red 136 ◦ green 192 ◦ blue 186

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

Shades of Monte Carlo #88C0BA

Tints of Monte Carlo #88C0BA

RGB

 RED value IS 136 (53.52% from 255) = 26.46%

 GREEN value IS 192 (75.39% from 255) = 37.35%

 BLUE value IS 186 (73.05% from 255) = 36.19%

R = 26.46%
G = 37.35%
B = 36.19%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.03

 K value IS 0.25

RGB Variations

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

Color information

#88C0BA (or 0x88C0BA) is known color: Monte Carlo. HEX triplet: 88, C0 and BA. RGB value is (136,192,186). Sum of RGB (Red+Green+Blue) = 136+192+186=514 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.46% from 514); Green value is 192 (75.39% from 255 or 37.35% from 514); Blue value is 186 (73.05% from 255 or 36.19% from 514); Max value from RGB is 192 - color contains mainly: green. Hex color #88C0BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88C0BA is #773F45. Grayscale: #AEAEAE. Windows color (decimal): -7814982 or 12238984. OLE color: 12238984.

HSL color Cylindrical-coordinate representation of color #88C0BA: hue angle of 173.57º degrees, saturation: 0.31, 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 #88C0BA is Cyan = 0.29, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 186 -
CMYK 0.29 0 0.03 0.25
HSL 173.57º 0.31% 0.64% -
HSV(B) 173.57º 0.29% 0.75% -
XYZ 37.87 46.48 53.43 -
YUV 174.57 134.45 100.49 -
System Red Green Blue C M Y K H S L
Decimal 136 192 186 0.29 0 0.03 0.25 173.57 0.31 0.64
Hex 88 C0 BA 1D 0 3 19 AE 1F 40
Octal 210 300 272 35 0 3 31 256 37 100
Binary 10001000 11000000 10111010 11101 0 11 11001 10101110 11111 1000000

Color Harmonies of #88C0BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0BA

Black with #88C0BA

Text Example


Text Example

White with #88C0BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,192,186); }

 H1.HeaderClassName
 {
   color: #88C0BA;
 }
 .AnyTagClassName
 {
   color: #88C0BA;
 }
</style>

background-color css

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

 a { background-color: rgb(136,192,186); }

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

border-color css

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

 span { border-color: rgb(136,192,186); }

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