Html Css Color HEX #75CEB4 Monte Carlo

📋 copy color: '#75CEB4'

red 117 ◦ green 206 ◦ blue 180

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

Shades of Monte Carlo #75CEB4

Tints of Monte Carlo #75CEB4

RGB

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

 GREEN value IS 206 (80.86% from 255) = 40.95%

 BLUE value IS 180 (70.7% from 255) = 35.79%

R = 23.26%
G = 40.95%
B = 35.79%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#75CEB4 (or 0x75CEB4) is known color: Monte Carlo. HEX triplet: 75, CE and B4. RGB value is (117,206,180). Sum of RGB (Red+Green+Blue) = 117+206+180=503 (66% of max value = 765). Red value is 117 (46.09% from 255 or 23.26% from 503); Green value is 206 (80.86% from 255 or 40.95% from 503); Blue value is 180 (70.70% from 255 or 35.79% from 503); Max value from RGB is 206 - color contains mainly: green. Hex color #75CEB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #75CEB4 is #8A314B. Grayscale: #B0B0B0. Windows color (decimal): -9056588 or 11849333. OLE color: 11849333.

HSL color Cylindrical-coordinate representation of color #75CEB4: hue angle of 162.47º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75CEB4 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 117 206 180 -
CMYK 0.43 0 0.13 0.19
HSL 162.47º 0.48% 0.63% -
HSV(B) 162.47º 0.43% 0.81% -
XYZ 37.65 51.22 51.08 -
YUV 176.43 130.01 85.61 -
System Red Green Blue C M Y K H S L
Decimal 117 206 180 0.43 0 0.13 0.19 162.47 0.48 0.63
Hex 75 CE B4 2B 0 D 13 A2 30 3F
Octal 165 316 264 53 0 15 23 242 60 77
Binary 1110101 11001110 10110100 101011 0 1101 10011 10100010 110000 111111

Color Harmonies of #75CEB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75CEB4

Black with #75CEB4

Text Example


Text Example

White with #75CEB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,206,180); }

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

background-color css

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

 a { background-color: rgb(117,206,180); }

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

border-color css

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

 span { border-color: rgb(117,206,180); }

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