Html Css Color HEX #74D1B3 Monte Carlo

📋 copy color: '#74D1B3'

red 116 ◦ green 209 ◦ blue 179

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

Shades of Monte Carlo #74D1B3

Tints of Monte Carlo #74D1B3

RGB

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

 GREEN value IS 209 (82.03% from 255) = 41.47%

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

R = 23.02%
G = 41.47%
B = 35.52%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.14

 K value IS 0.18

RGB Variations

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

Color information

#74D1B3 (or 0x74D1B3) is known color: Monte Carlo. HEX triplet: 74, D1 and B3. RGB value is (116,209,179). Sum of RGB (Red+Green+Blue) = 116+209+179=504 (66% of max value = 765). Red value is 116 (45.70% from 255 or 23.02% from 504); Green value is 209 (82.03% from 255 or 41.47% from 504); Blue value is 179 (70.31% from 255 or 35.52% from 504); Max value from RGB is 209 - color contains mainly: green. Hex color #74D1B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74D1B3 is #8B2E4C. Grayscale: #B1B1B1. Windows color (decimal): -9121357 or 11784564. OLE color: 11784564.

HSL color Cylindrical-coordinate representation of color #74D1B3: hue angle of 160.65º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #74D1B3 is Cyan = 0.44, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.

Color convert

RGB 116 209 179 -
CMYK 0.44 0 0.14 0.18
HSL 160.65º 0.5% 0.64% -
HSV(B) 160.65º 0.44% 0.82% -
XYZ 38.14 52.57 50.78 -
YUV 177.77 128.69 83.94 -
System Red Green Blue C M Y K H S L
Decimal 116 209 179 0.44 0 0.14 0.18 160.65 0.5 0.64
Hex 74 D1 B3 2C 0 E 12 A1 32 40
Octal 164 321 263 54 0 16 22 241 62 100
Binary 1110100 11010001 10110011 101100 0 1110 10010 10100001 110010 1000000

Color Harmonies of #74D1B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74D1B3

Black with #74D1B3

Text Example


Text Example

White with #74D1B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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