Html Css Color HEX #74BBB5 Monte Carlo

📋 copy color: '#74BBB5'

red 116 ◦ green 187 ◦ blue 181

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

Shades of Monte Carlo #74BBB5

Tints of Monte Carlo #74BBB5

RGB

 RED value IS 116 (45.7% from 255) = 23.97%

 GREEN value IS 187 (73.44% from 255) = 38.64%

 BLUE value IS 181 (71.09% from 255) = 37.4%

R = 23.97%
G = 38.64%
B = 37.4%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.03

 K value IS 0.27

RGB Variations

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

Color information

#74BBB5 (or 0x74BBB5) is known color: Monte Carlo. HEX triplet: 74, BB and B5. RGB value is (116,187,181). Sum of RGB (Red+Green+Blue) = 116+187+181=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 187 (73.44% from 255 or 38.64% from 484); Blue value is 181 (71.09% from 255 or 37.40% from 484); Max value from RGB is 187 - color contains mainly: green. Hex color #74BBB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BBB5 is #8B444A. Grayscale: #A5A5A5. Windows color (decimal): -9126987 or 11910004. OLE color: 11910004.

HSL color Cylindrical-coordinate representation of color #74BBB5: hue angle of 174.93º degrees, saturation: 0.34, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #74BBB5 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.27.

Color convert

RGB 116 187 181 -
CMYK 0.38 0 0.03 0.27
HSL 174.93º 0.34% 0.59% -
HSV(B) 174.93º 0.38% 0.73% -
XYZ 33.31 42.59 50.18 -
YUV 165.09 136.98 92.99 -
System Red Green Blue C M Y K H S L
Decimal 116 187 181 0.38 0 0.03 0.27 174.93 0.34 0.59
Hex 74 BB B5 26 0 3 1B AF 22 3B
Octal 164 273 265 46 0 3 33 257 42 73
Binary 1110100 10111011 10110101 100110 0 11 11011 10101111 100010 111011

Color Harmonies of #74BBB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BBB5

Black with #74BBB5

Text Example


Text Example

White with #74BBB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74BBB5; }

 p { color: rgb(116,187,181); }

 H1.HeaderClassName
 {
   color: #74BBB5;
 }
 .AnyTagClassName
 {
   color: #74BBB5;
 }
</style>

background-color css

<style>
 a { background-color: #74BBB5; }

 a { background-color: rgb(116,187,181); }

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

border-color css

<style>
 span { border-color: #74BBB5; }

 span { border-color: rgb(116,187,181); }

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