#75BE93

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

Shades of Padua #75BE93

Tints of Padua #75BE93

Color information

#75BE93 (or 0x75BE93) is unknown color: approx Padua. HEX triplet: 75, BE and 93. RGB value is (117,190,147). Sum of RGB (Red+Green+Blue) = 117+190+147=454 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.77% from 454); Green value is 190 (74.61% from 255 or 41.85% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE93 is #8A416C. Grayscale: #A3A3A3. Windows color (decimal): -9060717 or 9682549. OLE color: 9682549.

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

Color convert

RGB117190147-
CMYK0.3800.230.25
HSL144.66º35.96%60.2%-
HSV(B)144.66º38.42%74.51%-
XYZ31.0242.7234.21-
YUV163.27118.8295-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.77%
GREEN value IS 190 (74.61% from 255) = 41.85%
BLUE value IS 147 (57.81% from 255) = 32.38%
R=25.77%
G=41.85%
B=32.38%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901470.3800.230.25144.6635.9660.2
Hex75BE93260171991243c
Octal16527622346027312214474
Binary111010110111110100100111001100101111100110010001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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