#75BE99

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

Shades of Padua #75BE99

Tints of Padua #75BE99

Color information

#75BE99 (or 0x75BE99) is unknown color: approx Padua. HEX triplet: 75, BE and 99. RGB value is (117,190,153). Sum of RGB (Red+Green+Blue) = 117+190+153=460 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.43% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 153 (60.16% from 255 or 33.26% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE99 is #8A4166. Grayscale: #A4A4A4. Windows color (decimal): -9060711 or 10075765. OLE color: 10075765.

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

Color convert

RGB117190153-
CMYK0.3800.190.25
HSL149.59º35.96%60.2%-
HSV(B)149.59º38.42%74.51%-
XYZ31.542.9136.76-
YUV163.96121.8294.51-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.43%
GREEN value IS 190 (74.61% from 255) = 41.30%
BLUE value IS 153 (60.16% from 255) = 33.26%
R=25.43%
G=41.30%
B=33.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901530.3800.190.25149.5935.9660.2
Hex75BE99260131996243c
Octal16527623146023312264474
Binary111010110111110100110011001100100111100110010110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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