Html Css Color HEX #74BFB3 Monte Carlo

📋 copy color: '#74BFB3'

red 116 ◦ green 191 ◦ blue 179

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

Shades of Monte Carlo #74BFB3

Tints of Monte Carlo #74BFB3

RGB

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

 GREEN value IS 191 (75% from 255) = 39.3%

 BLUE value IS 179 (70.31% from 255) = 36.83%

R = 23.87%
G = 39.3%
B = 36.83%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.06

 K value IS 0.25

RGB Variations

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

Color information

#74BFB3 (or 0x74BFB3) is known color: Monte Carlo. HEX triplet: 74, BF and B3. RGB value is (116,191,179). Sum of RGB (Red+Green+Blue) = 116+191+179=486 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.87% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 179 (70.31% from 255 or 36.83% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74BFB3 is #8B404C. Grayscale: #A7A7A7. Windows color (decimal): -9125965 or 11779956. OLE color: 11779956.

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

Color convert

RGB 116 191 179 -
CMYK 0.39 0 0.06 0.25
HSL 170.4º 0.37% 0.6% -
HSV(B) 170.4º 0.39% 0.75% -
XYZ 33.97 44.23 49.39 -
YUV 167.21 134.65 91.48 -
System Red Green Blue C M Y K H S L
Decimal 116 191 179 0.39 0 0.06 0.25 170.4 0.37 0.6
Hex 74 BF B3 27 0 6 19 AA 25 3C
Octal 164 277 263 47 0 6 31 252 45 74
Binary 1110100 10111111 10110011 100111 0 110 11001 10101010 100101 111100

Color Harmonies of #74BFB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFB3

Black with #74BFB3

Text Example


Text Example

White with #74BFB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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