Html Css Color HEX #74BDAF Monte Carlo

📋 copy color: '#74BDAF'

red 116 ◦ green 189 ◦ blue 175

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

Shades of Monte Carlo #74BDAF

Tints of Monte Carlo #74BDAF

RGB

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

 GREEN value IS 189 (74.22% from 255) = 39.38%

 BLUE value IS 175 (68.75% from 255) = 36.46%

R = 24.17%
G = 39.38%
B = 36.46%

CMYK

 C value IS 0.39

 M value IS 0

 Y value IS 0.07

 K value IS 0.26

RGB Variations

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

Color information

#74BDAF (or 0x74BDAF) is known color: Monte Carlo. HEX triplet: 74, BD and AF. RGB value is (116,189,175). Sum of RGB (Red+Green+Blue) = 116+189+175=480 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.17% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 175 (68.75% from 255 or 36.46% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #74BDAF is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74BDAF is #8B4250. Grayscale: #A5A5A5. Windows color (decimal): -9126481 or 11517300. OLE color: 11517300.

HSL color Cylindrical-coordinate representation of color #74BDAF: hue angle of 168.49º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74BDAF is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.

Color convert

RGB 116 189 175 -
CMYK 0.39 0 0.07 0.26
HSL 168.49º 0.36% 0.6% -
HSV(B) 168.49º 0.39% 0.74% -
XYZ 33.14 43.2 47.15 -
YUV 165.58 133.32 92.64 -
System Red Green Blue C M Y K H S L
Decimal 116 189 175 0.39 0 0.07 0.26 168.49 0.36 0.6
Hex 74 BD AF 27 0 7 1A A8 24 3C
Octal 164 275 257 47 0 7 32 250 44 74
Binary 1110100 10111101 10101111 100111 0 111 11010 10101000 100100 111100

Color Harmonies of #74BDAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74BDAF

Black with #74BDAF

Text Example


Text Example

White with #74BDAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,189,175); }

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

background-color css

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

 a { background-color: rgb(116,189,175); }

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

border-color css

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

 span { border-color: rgb(116,189,175); }

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