#84CBB4

Color #84CBB4 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #84CBB4

Tints of Monte Carlo #84CBB4

Color information

#84CBB4 (or 0x84CBB4) is unknown color: approx Monte Carlo. HEX triplet: 84, CB and B4. RGB value is (132,203,180). Sum of RGB (Red+Green+Blue) = 132+203+180=515 (68% of max value = 765). Red value is 132 (51.95% from 255 or 25.63% from 515); Green value is 203 (79.69% from 255 or 39.42% from 515); Blue value is 180 (70.70% from 255 or 34.95% from 515); Max value from RGB is 203 - color contains mainly: green. Hex color #84CBB4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #84CBB4 is #7B344B. Grayscale: #B3B3B3. Windows color (decimal): -8074316 or 11848580. OLE color: 11848580.

HSL color Cylindrical-coordinate representation of color #84CBB4: hue angle of 160.56º degrees, saturation: 0.41, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #84CBB4 is Cyan = 0.35, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB132203180-
CMYK0.3500.110.20
HSL160.56º40.57%65.69%-
HSV(B)160.56º34.98%79.61%-
XYZ39.1150.9150.95-
YUV179.15128.4894.37-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 25.63%
GREEN value IS 203 (79.69% from 255) = 39.42%
BLUE value IS 180 (70.70% from 255) = 34.95%
R=25.63%
G=39.42%
B=34.95%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1322031800.3500.110.20160.5640.5765.69
Hex84CBB4230B14a12942
Octal204313264430132424151102
Binary1000010011001011101101001000110101110100101000011010011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84CBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84CBB4; }

 p { color: rgb(132,203,180); }

 H1.HeaderClassName
 {
   color: #84CBB4;
 }
 .AnyTagClassName
 {
   color: #84CBB4;
 }
</style>
background-color css

<style>
 a { background-color: #84CBB4; }

 a { background-color: rgb(132,203,180); }

 div.DivClassName
 {
   background-color: #84CBB4;
 }
 .BgClassName
 {
   background-color: #84CBB4;
 }
</style>
border-color css

<style>
 span { border-color: #84CBB4; }

 span { border-color: rgb(132,203,180); }

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