#75BB96

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

Shades of Padua #75BB96

Tints of Padua #75BB96

Color information

#75BB96 (or 0x75BB96) is unknown color: approx Padua. HEX triplet: 75, BB and 96. RGB value is (117,187,150). Sum of RGB (Red+Green+Blue) = 117+187+150=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 187 (73.44% from 255 or 41.19% from 454); Blue value is 150 (58.98% from 255 or 33.04% from 454); Max value from RGB is 187 - color contains mainly: green. Hex color #75BB96 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BB96 is #8A4469. Grayscale: #A1A1A1. Windows color (decimal): -9061482 or 9878389. OLE color: 9878389.

HSL color Cylindrical-coordinate representation of color #75BB96: hue angle of 148.29º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #75BB96 is Cyan = 0.37, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.

Color convert

RGB117187150-
CMYK0.3700.200.27
HSL148.29º33.98%59.61%-
HSV(B)148.29º37.43%73.33%-
XYZ30.6141.5235.26-
YUV161.85121.3196.01-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 187 (73.44% from 255) = 41.19%
BLUE value IS 150 (58.98% from 255) = 33.04%
R=25.77%
G=41.19%
B=33.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1171871500.3700.200.27148.2933.9859.61
Hex75BB96250141B94223c
Octal16527322645024332244274
Binary111010110111011100101101001010101001101110010100100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,187,150); }

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

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

 a { background-color: rgb(117,187,150); }

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

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

 span { border-color: rgb(117,187,150); }

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