Html Css Color HEX #74C5BB Monte Carlo

📋 copy color: '#74C5BB'

red 116 ◦ green 197 ◦ blue 187

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

Shades of Monte Carlo #74C5BB

Tints of Monte Carlo #74C5BB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 39.4%

 BLUE value IS 187 (73.44% from 255) = 37.4%

R = 23.2%
G = 39.4%
B = 37.4%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.05

 K value IS 0.23

RGB Variations

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

Color information

#74C5BB (or 0x74C5BB) is known color: Monte Carlo. HEX triplet: 74, C5 and BB. RGB value is (116,197,187). Sum of RGB (Red+Green+Blue) = 116+197+187=500 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.2% from 500); Green value is 197 (77.34% from 255 or 39.4% from 500); Blue value is 187 (73.44% from 255 or 37.4% from 500); Max value from RGB is 197 - color contains mainly: green. Hex color #74C5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C5BB is #8B3A44. Grayscale: #ABABAB. Windows color (decimal): -9124421 or 12305780. OLE color: 12305780.

HSL color Cylindrical-coordinate representation of color #74C5BB: hue angle of 172.59º degrees, saturation: 0.41, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C5BB is Cyan = 0.41, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.23.

Color convert

RGB 116 197 187 -
CMYK 0.41 0 0.05 0.23
HSL 172.59º 0.41% 0.61% -
HSV(B) 172.59º 0.41% 0.77% -
XYZ 36.14 47.23 54.23 -
YUV 171.64 136.66 88.31 -
System Red Green Blue C M Y K H S L
Decimal 116 197 187 0.41 0 0.05 0.23 172.59 0.41 0.61
Hex 74 C5 BB 29 0 5 17 AD 29 3D
Octal 164 305 273 51 0 5 27 255 51 75
Binary 1110100 11000101 10111011 101001 0 101 10111 10101101 101001 111101

Color Harmonies of #74C5BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C5BB

Black with #74C5BB

Text Example


Text Example

White with #74C5BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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