#75BC95

Color #75BC95 Padua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Padua #75BC95

Tints of Padua #75BC95

Color information

#75BC95 (or 0x75BC95) is unknown color: approx Padua. HEX triplet: 75, BC and 95. RGB value is (117,188,149). Sum of RGB (Red+Green+Blue) = 117+188+149=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 188 (73.83% from 255 or 41.41% from 454); Blue value is 149 (58.59% from 255 or 32.82% from 454); Max value from RGB is 188 - color contains mainly: green. Hex color #75BC95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BC95 is #8A436A. Grayscale: #A2A2A2. Windows color (decimal): -9061227 or 9813109. OLE color: 9813109.

HSL color Cylindrical-coordinate representation of color #75BC95: hue angle of 147.04º 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 #75BC95 is Cyan = 0.38, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB117188149-
CMYK0.3800.210.26
HSL147.04º34.63%59.8%-
HSV(B)147.04º37.77%73.73%-
XYZ30.7441.9234.9-
YUV162.32120.4895.67-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 188 (73.83% from 255) = 41.41%
BLUE value IS 149 (58.59% from 255) = 32.82%
R=25.77%
G=41.41%
B=32.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1171881490.3800.210.26147.0434.6359.8
Hex75BC95260151A93233c
Octal16527422546025322234374
Binary111010110111100100101011001100101011101010010011100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,188,149); }

 H1.HeaderClassName
 {
   color: #75BC95;
 }
 .AnyTagClassName
 {
   color: #75BC95;
 }
</style>
background-color css

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

 a { background-color: rgb(117,188,149); }

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

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

 span { border-color: rgb(117,188,149); }

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