Html Css Color HEX #88BCAF Monte Carlo

📋 copy color: '#88BCAF'

red 136 ◦ green 188 ◦ blue 175

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

Shades of Monte Carlo #88BCAF

Tints of Monte Carlo #88BCAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 27.25%
G = 37.68%
B = 35.07%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#88BCAF (or 0x88BCAF) is known color: Monte Carlo. HEX triplet: 88, BC and AF. RGB value is (136,188,175). Sum of RGB (Red+Green+Blue) = 136+188+175=499 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.25% from 499); Green value is 188 (73.83% from 255 or 37.68% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 188 - color contains mainly: green. Hex color #88BCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BCAF is #774350. Grayscale: #AAAAAA. Windows color (decimal): -7816017 or 11517064. OLE color: 11517064.

HSL color Cylindrical-coordinate representation of color #88BCAF: hue angle of 165º degrees, saturation: 0.28, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #88BCAF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 188 175 -
CMYK 0.28 0 0.07 0.26
HSL 165º 0.28% 0.64% -
HSV(B) 165º 0.28% 0.74% -
XYZ 35.87 44.3 47.22 -
YUV 170.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 136 188 175 0.28 0 0.07 0.26 165 0.28 0.64
Hex 88 BC AF 1C 0 7 1A A5 1C 40
Octal 210 274 257 34 0 7 32 245 34 100
Binary 10001000 10111100 10101111 11100 0 111 11010 10100101 11100 1000000

Color Harmonies of #88BCAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BCAF

Black with #88BCAF

Text Example


Text Example

White with #88BCAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,188,175); }

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

background-color css

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

 a { background-color: rgb(136,188,175); }

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

border-color css

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

 span { border-color: rgb(136,188,175); }

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