Html Css Color HEX #74CCB0 Monte Carlo

📋 copy color: '#74CCB0'

red 116 ◦ green 204 ◦ blue 176

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

Shades of Monte Carlo #74CCB0

Tints of Monte Carlo #74CCB0

RGB

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

 GREEN value IS 204 (80.08% from 255) = 41.13%

 BLUE value IS 176 (69.14% from 255) = 35.48%

R = 23.39%
G = 41.13%
B = 35.48%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.14

 K value IS 0.2

RGB Variations

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

Color information

#74CCB0 (or 0x74CCB0) is known color: Monte Carlo. HEX triplet: 74, CC and B0. RGB value is (116,204,176). Sum of RGB (Red+Green+Blue) = 116+204+176=496 (65% of max value = 765). Red value is 116 (45.70% from 255 or 23.39% from 496); Green value is 204 (80.08% from 255 or 41.13% from 496); Blue value is 176 (69.14% from 255 or 35.48% from 496); Max value from RGB is 204 - color contains mainly: green. Hex color #74CCB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CCB0 is #8B334F. Grayscale: #AEAEAE. Windows color (decimal): -9122640 or 11586676. OLE color: 11586676.

HSL color Cylindrical-coordinate representation of color #74CCB0: hue angle of 160.91º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CCB0 is Cyan = 0.43, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.

Color convert

RGB 116 204 176 -
CMYK 0.43 0 0.14 0.2
HSL 160.91º 0.46% 0.63% -
HSV(B) 160.91º 0.43% 0.8% -
XYZ 36.63 50.03 48.8 -
YUV 174.5 128.85 86.28 -
System Red Green Blue C M Y K H S L
Decimal 116 204 176 0.43 0 0.14 0.2 160.91 0.46 0.63
Hex 74 CC B0 2B 0 E 14 A1 2E 3F
Octal 164 314 260 53 0 16 24 241 56 77
Binary 1110100 11001100 10110000 101011 0 1110 10100 10100001 101110 111111

Color Harmonies of #74CCB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74CCB0

Black with #74CCB0

Text Example


Text Example

White with #74CCB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,204,176); }

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

background-color css

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

 a { background-color: rgb(116,204,176); }

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

border-color css

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

 span { border-color: rgb(116,204,176); }

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