Html Css Color HEX #75BDAE Monte Carlo

📋 copy color: '#75BDAE'

red 117 ◦ green 189 ◦ blue 174

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

Shades of Monte Carlo #75BDAE

Tints of Monte Carlo #75BDAE

RGB

 RED value IS 117 (46.09% from 255) = 24.38%

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

 BLUE value IS 174 (68.36% from 255) = 36.25%

R = 24.38%
G = 39.38%
B = 36.25%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.08

 K value IS 0.26

RGB Variations

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

Color information

#75BDAE (or 0x75BDAE) is known color: Monte Carlo. HEX triplet: 75, BD and AE. RGB value is (117,189,174). Sum of RGB (Red+Green+Blue) = 117+189+174=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 174 (68.36% from 255 or 36.25% from 480); Max value from RGB is 189 - color contains mainly: green. Hex color #75BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BDAE is #8A4251. Grayscale: #A5A5A5. Windows color (decimal): -9060946 or 11451765. OLE color: 11451765.

HSL color Cylindrical-coordinate representation of color #75BDAE: hue angle of 167.5º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BDAE is Cyan = 0.38, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.

Color convert

RGB 117 189 174 -
CMYK 0.38 0 0.08 0.26
HSL 167.5º 0.35% 0.6% -
HSV(B) 167.5º 0.38% 0.74% -
XYZ 33.17 43.23 46.64 -
YUV 165.76 132.65 93.22 -
System Red Green Blue C M Y K H S L
Decimal 117 189 174 0.38 0 0.08 0.26 167.5 0.35 0.6
Hex 75 BD AE 26 0 8 1A A8 23 3C
Octal 165 275 256 46 0 10 32 250 43 74
Binary 1110101 10111101 10101110 100110 0 1000 11010 10101000 100011 111100

Color Harmonies of #75BDAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75BDAE

Black with #75BDAE

Text Example


Text Example

White with #75BDAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75BDAE; }

 p { color: rgb(117,189,174); }

 H1.HeaderClassName
 {
   color: #75BDAE;
 }
 .AnyTagClassName
 {
   color: #75BDAE;
 }
</style>

background-color css

<style>
 a { background-color: #75BDAE; }

 a { background-color: rgb(117,189,174); }

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

border-color css

<style>
 span { border-color: #75BDAE; }

 span { border-color: rgb(117,189,174); }

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