Html Css Color HEX #74BFA5 Monte Carlo

📋 copy color: '#74BFA5'

red 116 ◦ green 191 ◦ blue 165

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

Shades of Monte Carlo #74BFA5

Tints of Monte Carlo #74BFA5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 34.96%

R = 24.58%
G = 40.47%
B = 34.96%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.14

 K value IS 0.25

RGB Variations

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

Color information

#74BFA5 (or 0x74BFA5) is known color: Monte Carlo. HEX triplet: 74, BF and A5. RGB value is (116,191,165). Sum of RGB (Red+Green+Blue) = 116+191+165=472 (62% of max value = 765). Red value is 116 (45.70% from 255 or 24.58% from 472); Green value is 191 (75% from 255 or 40.47% from 472); Blue value is 165 (64.84% from 255 or 34.96% from 472); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFA5 is #8B405A. Grayscale: #A5A5A5. Windows color (decimal): -9125979 or 10862452. OLE color: 10862452.

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

Color convert

RGB 116 191 165 -
CMYK 0.39 0 0.14 0.25
HSL 159.2º 0.37% 0.6% -
HSV(B) 159.2º 0.39% 0.75% -
XYZ 32.62 43.69 42.31 -
YUV 165.61 127.65 92.61 -
System Red Green Blue C M Y K H S L
Decimal 116 191 165 0.39 0 0.14 0.25 159.2 0.37 0.6
Hex 74 BF A5 27 0 E 19 9F 25 3C
Octal 164 277 245 47 0 16 31 237 45 74
Binary 1110100 10111111 10100101 100111 0 1110 11001 10011111 100101 111100

Color Harmonies of #74BFA5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFA5

Black with #74BFA5

Text Example


Text Example

White with #74BFA5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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