Html Css Color HEX #74C0AE Monte Carlo

📋 copy color: '#74C0AE'

red 116 ◦ green 192 ◦ blue 174

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

Shades of Monte Carlo #74C0AE

Tints of Monte Carlo #74C0AE

RGB

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

 GREEN value IS 192 (75.39% from 255) = 39.83%

 BLUE value IS 174 (68.36% from 255) = 36.1%

R = 24.07%
G = 39.83%
B = 36.1%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#74C0AE (or 0x74C0AE) is known color: Monte Carlo. HEX triplet: 74, C0 and AE. RGB value is (116,192,174). Sum of RGB (Red+Green+Blue) = 116+192+174=482 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.07% from 482); Green value is 192 (75.39% from 255 or 39.83% from 482); Blue value is 174 (68.36% from 255 or 36.10% from 482); Max value from RGB is 192 - color contains mainly: green. Hex color #74C0AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C0AE is #8B3F51. Grayscale: #A7A7A7. Windows color (decimal): -9125714 or 11452532. OLE color: 11452532.

HSL color Cylindrical-coordinate representation of color #74C0AE: hue angle of 165.79º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #74C0AE is Cyan = 0.40, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.

Color convert

RGB 116 192 174 -
CMYK 0.40 0 0.09 0.25
HSL 165.79º 0.38% 0.6% -
HSV(B) 165.79º 0.4% 0.75% -
XYZ 33.69 44.47 46.85 -
YUV 167.22 131.82 91.46 -
System Red Green Blue C M Y K H S L
Decimal 116 192 174 0.40 0 0.09 0.25 165.79 0.38 0.6
Hex 74 C0 AE 28 0 9 19 A6 26 3C
Octal 164 300 256 50 0 11 31 246 46 74
Binary 1110100 11000000 10101110 101000 0 1001 11001 10100110 100110 111100

Color Harmonies of #74C0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74C0AE

Black with #74C0AE

Text Example


Text Example

White with #74C0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,192,174); }

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

background-color css

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

 a { background-color: rgb(116,192,174); }

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

border-color css

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

 span { border-color: rgb(116,192,174); }

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