#75BE92

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

Shades of Padua #75BE92

Tints of Padua #75BE92

Color information

#75BE92 (or 0x75BE92) is unknown color: approx Padua. HEX triplet: 75, BE and 92. RGB value is (117,190,146). Sum of RGB (Red+Green+Blue) = 117+190+146=453 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.83% from 453); Green value is 190 (74.61% from 255 or 41.94% from 453); Blue value is 146 (57.42% from 255 or 32.23% from 453); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE92 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE92 is #8A416D. Grayscale: #A3A3A3. Windows color (decimal): -9060718 or 9617013. OLE color: 9617013.

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

Color convert

RGB117190146-
CMYK0.3800.230.25
HSL143.84º35.96%60.2%-
HSV(B)143.84º38.42%74.51%-
XYZ30.9442.6833.8-
YUV163.16118.3295.08-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.83%
GREEN value IS 190 (74.61% from 255) = 41.94%
BLUE value IS 146 (57.42% from 255) = 32.23%
R=25.83%
G=41.94%
B=32.23%

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
Decimal1171901460.3800.230.25143.8435.9660.2
Hex75BE92260171990243c
Octal16527622246027312204474
Binary111010110111110100100101001100101111100110010000100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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