Html Css Color HEX #74BEAC Monte Carlo

📋 copy color: '#74BEAC'

red 116 ◦ green 190 ◦ blue 172

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

Shades of Monte Carlo #74BEAC

Tints of Monte Carlo #74BEAC

RGB

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

 GREEN value IS 190 (74.61% from 255) = 39.75%

 BLUE value IS 172 (67.58% from 255) = 35.98%

R = 24.27%
G = 39.75%
B = 35.98%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.09

 K value IS 0.25

RGB Variations

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

Color information

#74BEAC (or 0x74BEAC) is known color: Monte Carlo. HEX triplet: 74, BE and AC. RGB value is (116,190,172). Sum of RGB (Red+Green+Blue) = 116+190+172=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 172 (67.58% from 255 or 35.98% from 478); Max value from RGB is 190 - color contains mainly: green. Hex color #74BEAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BEAC is #8B4153. Grayscale: #A5A5A5. Windows color (decimal): -9126228 or 11320948. OLE color: 11320948.

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

Color convert

RGB 116 190 172 -
CMYK 0.39 0 0.09 0.25
HSL 165.41º 0.36% 0.6% -
HSV(B) 165.41º 0.39% 0.75% -
XYZ 33.06 43.52 45.69 -
YUV 165.82 131.48 92.46 -
System Red Green Blue C M Y K H S L
Decimal 116 190 172 0.39 0 0.09 0.25 165.41 0.36 0.6
Hex 74 BE AC 27 0 9 19 A5 24 3C
Octal 164 276 254 47 0 11 31 245 44 74
Binary 1110100 10111110 10101100 100111 0 1001 11001 10100101 100100 111100

Color Harmonies of #74BEAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BEAC

Black with #74BEAC

Text Example


Text Example

White with #74BEAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,190,172); }

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

background-color css

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

 a { background-color: rgb(116,190,172); }

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

border-color css

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

 span { border-color: rgb(116,190,172); }

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