Html Css Color HEX #74BEB5 Monte Carlo

📋 copy color: '#74BEB5'

red 116 ◦ green 190 ◦ blue 181

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

Shades of Monte Carlo #74BEB5

Tints of Monte Carlo #74BEB5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.01%

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

R = 23.82%
G = 39.01%
B = 37.17%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.05

 K value IS 0.25

RGB Variations

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

Color information

#74BEB5 (or 0x74BEB5) is known color: Monte Carlo. HEX triplet: 74, BE and B5. RGB value is (116,190,181). Sum of RGB (Red+Green+Blue) = 116+190+181=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 190 (74.61% from 255 or 39.01% from 487); Blue value is 181 (71.09% from 255 or 37.17% from 487); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BEB5 is #8B414A. Grayscale: #A6A6A6. Windows color (decimal): -9126219 or 11910772. OLE color: 11910772.

HSL color Cylindrical-coordinate representation of color #74BEB5: hue angle of 172.7º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BEB5 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 190 181 -
CMYK 0.39 0 0.05 0.25
HSL 172.7º 0.36% 0.6% -
HSV(B) 172.7º 0.39% 0.75% -
XYZ 33.96 43.88 50.4 -
YUV 166.85 135.98 91.73 -
System Red Green Blue C M Y K H S L
Decimal 116 190 181 0.39 0 0.05 0.25 172.7 0.36 0.6
Hex 74 BE B5 27 0 5 19 AD 24 3C
Octal 164 276 265 47 0 5 31 255 44 74
Binary 1110100 10111110 10110101 100111 0 101 11001 10101101 100100 111100

Color Harmonies of #74BEB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEB5

Black with #74BEB5

Text Example


Text Example

White with #74BEB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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