#74bfb4

Color #74BFB4 Monte Carlo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Monte Carlo #74BFB4

Tints of Monte Carlo #74BFB4

Color information

#74BFB4 (or 0x74BFB4) is unknown color: approx Monte Carlo. HEX triplet: 74, BF and B4. RGB value is (116,191,180). Sum of RGB (Red+Green+Blue) = 116+191+180=487 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.82% from 487); Green value is 191 (75% from 255 or 39.22% from 487); Blue value is 180 (70.70% from 255 or 36.96% from 487); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFB4 is #8B404B. Grayscale: #A7A7A7. Windows color (decimal): -9125964 or 11845492. OLE color: 11845492.

HSL color Cylindrical-coordinate representation of color #74BFB4: hue angle of 171.2º degrees, saturation: 0.37, 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 #74BFB4 is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.

Color convert

RGB116191180-
CMYK0.3900.060.25
HSL171.2º36.95%60.2%-
HSV(B)171.2º39.27%74.9%-
XYZ34.0744.2749.93-
YUV167.32135.1591.39-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 23.82%
GREEN value IS 191 (75% from 255) = 39.22%
BLUE value IS 180 (70.70% from 255) = 36.96%
R=23.82%
G=39.22%
B=36.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1161911800.3900.060.25171.236.9560.2
Hex74BFB4270619ab253c
Octal1642772644706312534574
Binary1110100101111111011010010011101101100110101011100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74bfb4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,191,180); }

 H1.HeaderClassName
 {
   color: #74bfb4;
 }
 .AnyTagClassName
 {
   color: #74bfb4;
 }
</style>
background-color css

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

 a { background-color: rgb(116,191,180); }

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

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

 span { border-color: rgb(116,191,180); }

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