Html Css Color HEX #88CAB4 Monte Carlo

📋 copy color: '#88CAB4'

red 136 ◦ green 202 ◦ blue 180

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

Shades of Monte Carlo #88CAB4

Tints of Monte Carlo #88CAB4

RGB

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

 GREEN value IS 202 (79.3% from 255) = 39%

 BLUE value IS 180 (70.7% from 255) = 34.75%

R = 26.25%
G = 39%
B = 34.75%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.11

 K value IS 0.21

RGB Variations

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

Color information

#88CAB4 (or 0x88CAB4) is known color: Monte Carlo. HEX triplet: 88, CA and B4. RGB value is (136,202,180). Sum of RGB (Red+Green+Blue) = 136+202+180=518 (68% of max value = 765). Red value is 136 (53.52% from 255 or 26.25% from 518); Green value is 202 (79.30% from 255 or 39.00% from 518); Blue value is 180 (70.70% from 255 or 34.75% from 518); Max value from RGB is 202 - color contains mainly: green. Hex color #88CAB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #88CAB4 is #77354B. Grayscale: #B3B3B3. Windows color (decimal): -7812428 or 11848328. OLE color: 11848328.

HSL color Cylindrical-coordinate representation of color #88CAB4: hue angle of 160º degrees, saturation: 0.38, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #88CAB4 is Cyan = 0.33, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.

Color convert

RGB 136 202 180 -
CMYK 0.33 0 0.11 0.21
HSL 160º 0.38% 0.66% -
HSV(B) 160º 0.33% 0.79% -
XYZ 39.51 50.77 50.9 -
YUV 179.76 128.13 96.79 -
System Red Green Blue C M Y K H S L
Decimal 136 202 180 0.33 0 0.11 0.21 160 0.38 0.66
Hex 88 CA B4 21 0 B 15 A0 26 42
Octal 210 312 264 41 0 13 25 240 46 102
Binary 10001000 11001010 10110100 100001 0 1011 10101 10100000 100110 1000010

Color Harmonies of #88CAB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88CAB4

Black with #88CAB4

Text Example


Text Example

White with #88CAB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,202,180); }

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

background-color css

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

 a { background-color: rgb(136,202,180); }

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

border-color css

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

 span { border-color: rgb(136,202,180); }

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