Html Css Color HEX #73CBB0 Monte Carlo

📋 copy color: '#73CBB0'

red 115 ◦ green 203 ◦ blue 176

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

Shades of Monte Carlo #73CBB0

Tints of Monte Carlo #73CBB0

RGB

 RED value IS 115 (45.31% from 255) = 23.28%

 GREEN value IS 203 (79.69% from 255) = 41.09%

 BLUE value IS 176 (69.14% from 255) = 35.63%

R = 23.28%
G = 41.09%
B = 35.63%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#73CBB0 (or 0x73CBB0) is known color: Monte Carlo. HEX triplet: 73, CB and B0. RGB value is (115,203,176). Sum of RGB (Red+Green+Blue) = 115+203+176=494 (65% of max value = 765). Red value is 115 (45.31% from 255 or 23.28% from 494); Green value is 203 (79.69% from 255 or 41.09% from 494); Blue value is 176 (69.14% from 255 or 35.63% from 494); Max value from RGB is 203 - color contains mainly: green. Hex color #73CBB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #73CBB0 is #8C344F. Grayscale: #ADADAD. Windows color (decimal): -9188432 or 11586419. OLE color: 11586419.

HSL color Cylindrical-coordinate representation of color #73CBB0: hue angle of 161.59º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CBB0 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.20.

Color convert

RGB 115 203 176 -
CMYK 0.43 0 0.13 0.20
HSL 161.59º 0.46% 0.62% -
HSV(B) 161.59º 0.43% 0.8% -
XYZ 36.26 49.49 48.72 -
YUV 173.61 129.35 86.2 -
System Red Green Blue C M Y K H S L
Decimal 115 203 176 0.43 0 0.13 0.20 161.59 0.46 0.62
Hex 73 CB B0 2B 0 D 14 A2 2E 3E
Octal 163 313 260 53 0 15 24 242 56 76
Binary 1110011 11001011 10110000 101011 0 1101 10100 10100010 101110 111110

Color Harmonies of #73CBB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73CBB0

Black with #73CBB0

Text Example


Text Example

White with #73CBB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73CBB0; }

 p { color: rgb(115,203,176); }

 H1.HeaderClassName
 {
   color: #73CBB0;
 }
 .AnyTagClassName
 {
   color: #73CBB0;
 }
</style>

background-color css

<style>
 a { background-color: #73CBB0; }

 a { background-color: rgb(115,203,176); }

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

border-color css

<style>
 span { border-color: #73CBB0; }

 span { border-color: rgb(115,203,176); }

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