Html Css Color HEX #88BDAF Monte Carlo

📋 copy color: '#88BDAF'

red 136 ◦ green 189 ◦ blue 175

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

Shades of Monte Carlo #88BDAF

Tints of Monte Carlo #88BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.8%

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

R = 27.2%
G = 37.8%
B = 35%

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

#88BDAF (or 0x88BDAF) is known color: Monte Carlo. HEX triplet: 88, BD and AF. RGB value is (136,189,175). Sum of RGB (Red+Green+Blue) = 136+189+175=500 (66% of max value = 765). Red value is 136 (53.52% from 255 or 27.2% from 500); Green value is 189 (74.22% from 255 or 37.8% from 500); Blue value is 175 (68.75% from 255 or 35% from 500); Max value from RGB is 189 - color contains mainly: green. Hex color #88BDAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #88BDAF is #774250. Grayscale: #ABABAB. Windows color (decimal): -7815761 or 11517320. OLE color: 11517320.

HSL color Cylindrical-coordinate representation of color #88BDAF: hue angle of 164.15º degrees, saturation: 0.29, 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 #88BDAF is Cyan = 0.28, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 136 189 175 -
CMYK 0.28 0 0.07 0.26
HSL 164.15º 0.29% 0.64% -
HSV(B) 164.15º 0.28% 0.74% -
XYZ 36.09 44.72 47.29 -
YUV 171.56 129.94 102.64 -
System Red Green Blue C M Y K H S L
Decimal 136 189 175 0.28 0 0.07 0.26 164.15 0.29 0.64
Hex 88 BD AF 1C 0 7 1A A4 1D 40
Octal 210 275 257 34 0 7 32 244 35 100
Binary 10001000 10111101 10101111 11100 0 111 11010 10100100 11101 1000000

Color Harmonies of #88BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88BDAF

Black with #88BDAF

Text Example


Text Example

White with #88BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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