Html Css Color HEX #75C2A9 Monte Carlo

📋 copy color: '#75C2A9'

red 117 ◦ green 194 ◦ blue 169

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

Shades of Monte Carlo #75C2A9

Tints of Monte Carlo #75C2A9

RGB

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

 GREEN value IS 194 (76.17% from 255) = 40.42%

 BLUE value IS 169 (66.41% from 255) = 35.21%

R = 24.38%
G = 40.42%
B = 35.21%

CMYK

 C value IS 0.40

 M value IS 0

 Y value IS 0.13

 K value IS 0.24

RGB Variations

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

Color information

#75C2A9 (or 0x75C2A9) is known color: Monte Carlo. HEX triplet: 75, C2 and A9. RGB value is (117,194,169). Sum of RGB (Red+Green+Blue) = 117+194+169=480 (63% of max value = 765). Red value is 117 (46.09% from 255 or 24.38% from 480); Green value is 194 (76.17% from 255 or 40.42% from 480); Blue value is 169 (66.41% from 255 or 35.21% from 480); Max value from RGB is 194 - color contains mainly: green. Hex color #75C2A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75C2A9 is #8A3D56. Grayscale: #A8A8A8. Windows color (decimal): -9059671 or 11125365. OLE color: 11125365.

HSL color Cylindrical-coordinate representation of color #75C2A9: hue angle of 160.52º degrees, saturation: 0.39, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #75C2A9 is Cyan = 0.40, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.

Color convert

RGB 117 194 169 -
CMYK 0.40 0 0.13 0.24
HSL 160.52º 0.39% 0.61% -
HSV(B) 160.52º 0.4% 0.76% -
XYZ 33.79 45.23 44.49 -
YUV 168.13 128.49 91.53 -
System Red Green Blue C M Y K H S L
Decimal 117 194 169 0.40 0 0.13 0.24 160.52 0.39 0.61
Hex 75 C2 A9 28 0 D 18 A1 27 3D
Octal 165 302 251 50 0 15 30 241 47 75
Binary 1110101 11000010 10101001 101000 0 1101 11000 10100001 100111 111101

Color Harmonies of #75C2A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75C2A9

Black with #75C2A9

Text Example


Text Example

White with #75C2A9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,194,169); }

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

background-color css

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

 a { background-color: rgb(117,194,169); }

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

border-color css

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

 span { border-color: rgb(117,194,169); }

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