Html Css Color HEX #88C0AC Monte Carlo

📋 copy color: '#88C0AC'

red 136 ◦ green 192 ◦ blue 172

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

Shades of Monte Carlo #88C0AC

Tints of Monte Carlo #88C0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 34.4%

R = 27.2%
G = 38.4%
B = 34.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.10

 K value IS 0.25

RGB Variations

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

Color information

#88C0AC (or 0x88C0AC) is known color: Monte Carlo. HEX triplet: 88, C0 and AC. RGB value is (136,192,172). Sum of RGB (Red+Green+Blue) = 136+192+172=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 192 (75.39% from 255 or 38.4% from 500); Blue value is 172 (67.58% from 255 or 34.4% from 500); Max value from RGB is 192 - color contains mainly: green. Hex color #88C0AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88C0AC is #773F53. Grayscale: #ADADAD. Windows color (decimal): -7814996 or 11321480. OLE color: 11321480.

HSL color Cylindrical-coordinate representation of color #88C0AC: hue angle of 158.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 #88C0AC is Cyan = 0.29, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.

Color convert

RGB 136 192 172 -
CMYK 0.29 0 0.10 0.25
HSL 158.57º 0.31% 0.64% -
HSV(B) 158.57º 0.29% 0.75% -
XYZ 36.45 45.91 45.97 -
YUV 172.98 127.45 101.63 -
System Red Green Blue C M Y K H S L
Decimal 136 192 172 0.29 0 0.10 0.25 158.57 0.31 0.64
Hex 88 C0 AC 1D 0 A 19 9F 1F 40
Octal 210 300 254 35 0 12 31 237 37 100
Binary 10001000 11000000 10101100 11101 0 1010 11001 10011111 11111 1000000

Color Harmonies of #88C0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88C0AC

Black with #88C0AC

Text Example


Text Example

White with #88C0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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