Html Css Color HEX #74C2B5 Monte Carlo

📋 copy color: '#74C2B5'

red 116 ◦ green 194 ◦ blue 181

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

Shades of Monte Carlo #74C2B5

Tints of Monte Carlo #74C2B5

RGB

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

 GREEN value IS 194 (76.17% from 255) = 39.51%

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

R = 23.63%
G = 39.51%
B = 36.86%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.07

 K value IS 0.24

RGB Variations

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

Color information

#74C2B5 (or 0x74C2B5) is known color: Monte Carlo. HEX triplet: 74, C2 and B5. RGB value is (116,194,181). Sum of RGB (Red+Green+Blue) = 116+194+181=491 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.63% from 491); Green value is 194 (76.17% from 255 or 39.51% from 491); Blue value is 181 (71.09% from 255 or 36.86% from 491); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2B5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2B5 is #8B3D4A. Grayscale: #A9A9A9. Windows color (decimal): -9125195 or 11911796. OLE color: 11911796.

HSL color Cylindrical-coordinate representation of color #74C2B5: hue angle of 170º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C2B5 is Cyan = 0.40, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 181 -
CMYK 0.40 0 0.07 0.24
HSL 170º 0.39% 0.61% -
HSV(B) 170º 0.4% 0.76% -
XYZ 34.83 45.63 50.69 -
YUV 169.2 134.66 90.06 -
System Red Green Blue C M Y K H S L
Decimal 116 194 181 0.40 0 0.07 0.24 170 0.39 0.61
Hex 74 C2 B5 28 0 7 18 AA 27 3D
Octal 164 302 265 50 0 7 30 252 47 75
Binary 1110100 11000010 10110101 101000 0 111 11000 10101010 100111 111101

Color Harmonies of #74C2B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C2B5

Black with #74C2B5

Text Example


Text Example

White with #74C2B5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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