#75BE91

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

Shades of Padua #75BE91

Tints of Padua #75BE91

Color information

#75BE91 (or 0x75BE91) is unknown color: approx Padua. HEX triplet: 75, BE and 91. RGB value is (117,190,145). Sum of RGB (Red+Green+Blue) = 117+190+145=452 (59% of max value = 765). Red value is 117 (46.09% from 255 or 25.88% from 452); Green value is 190 (74.61% from 255 or 42.04% from 452); Blue value is 145 (57.03% from 255 or 32.08% from 452); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE91 is #8A416E. Grayscale: #A3A3A3. Windows color (decimal): -9060719 or 9551477. OLE color: 9551477.

HSL color Cylindrical-coordinate representation of color #75BE91: hue angle of 143.01º degrees, saturation: 0.36, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #75BE91 is Cyan = 0.38, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.25.

Color convert

RGB117190145-
CMYK0.3800.240.25
HSL143.01º35.96%60.2%-
HSV(B)143.01º38.42%74.51%-
XYZ30.8642.6533.39-
YUV163.04117.8295.16-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.88%
GREEN value IS 190 (74.61% from 255) = 42.04%
BLUE value IS 145 (57.03% from 255) = 32.08%
R=25.88%
G=42.04%
B=32.08%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901450.3800.240.25143.0135.9660.2
Hex75BE9126018198f243c
Octal16527622146030312174474
Binary111010110111110100100011001100110001100110001111100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,190,145); }

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

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

 a { background-color: rgb(117,190,145); }

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

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

 span { border-color: rgb(117,190,145); }

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