Html Css Color HEX #74BFAA Monte Carlo

📋 copy color: '#74BFAA'

red 116 ◦ green 191 ◦ blue 170

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

Shades of Monte Carlo #74BFAA

Tints of Monte Carlo #74BFAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 35.64%

R = 24.32%
G = 40.04%
B = 35.64%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.11

 K value IS 0.25

RGB Variations

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

Color information

#74BFAA (or 0x74BFAA) is known color: Monte Carlo. HEX triplet: 74, BF and AA. RGB value is (116,191,170). Sum of RGB (Red+Green+Blue) = 116+191+170=477 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.32% from 477); Green value is 191 (75% from 255 or 40.04% from 477); Blue value is 170 (66.80% from 255 or 35.64% from 477); Max value from RGB is 191 - color contains mainly: green. Hex color #74BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BFAA is #8B4055. Grayscale: #A6A6A6. Windows color (decimal): -9125974 or 11190132. OLE color: 11190132.

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

Color convert

RGB 116 191 170 -
CMYK 0.39 0 0.11 0.25
HSL 163.2º 0.37% 0.6% -
HSV(B) 163.2º 0.39% 0.75% -
XYZ 33.09 43.88 44.76 -
YUV 166.18 130.15 92.21 -
System Red Green Blue C M Y K H S L
Decimal 116 191 170 0.39 0 0.11 0.25 163.2 0.37 0.6
Hex 74 BF AA 27 0 B 19 A3 25 3C
Octal 164 277 252 47 0 13 31 243 45 74
Binary 1110100 10111111 10101010 100111 0 1011 11001 10100011 100101 111100

Color Harmonies of #74BFAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BFAA

Black with #74BFAA

Text Example


Text Example

White with #74BFAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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