Html Css Color HEX #74C2BA Monte Carlo

📋 copy color: '#74C2BA'

red 116 ◦ green 194 ◦ blue 186

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

Shades of Monte Carlo #74C2BA

Tints of Monte Carlo #74C2BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 37.5%

R = 23.39%
G = 39.11%
B = 37.5%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.04

 K value IS 0.24

RGB Variations

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

Color information

#74C2BA (or 0x74C2BA) is known color: Monte Carlo. HEX triplet: 74, C2 and BA. RGB value is (116,194,186). Sum of RGB (Red+Green+Blue) = 116+194+186=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 194 (76.17% from 255 or 39.11% from 496); Blue value is 186 (73.05% from 255 or 37.5% from 496); Max value from RGB is 194 - color contains mainly: green. Hex color #74C2BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74C2BA is #8B3D45. Grayscale: #A9A9A9. Windows color (decimal): -9125190 or 12239476. OLE color: 12239476.

HSL color Cylindrical-coordinate representation of color #74C2BA: hue angle of 173.85º 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 #74C2BA is Cyan = 0.40, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.24.

Color convert

RGB 116 194 186 -
CMYK 0.40 0 0.04 0.24
HSL 173.85º 0.39% 0.61% -
HSV(B) 173.85º 0.4% 0.76% -
XYZ 35.36 45.84 53.44 -
YUV 169.77 137.16 89.65 -
System Red Green Blue C M Y K H S L
Decimal 116 194 186 0.40 0 0.04 0.24 173.85 0.39 0.61
Hex 74 C2 BA 28 0 4 18 AE 27 3D
Octal 164 302 272 50 0 4 30 256 47 75
Binary 1110100 11000010 10111010 101000 0 100 11000 10101110 100111 111101

Color Harmonies of #74C2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C2BA

Black with #74C2BA

Text Example


Text Example

White with #74C2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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