#75BE98

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

Shades of Padua #75BE98

Tints of Padua #75BE98

Color information

#75BE98 (or 0x75BE98) is unknown color: approx Padua. HEX triplet: 75, BE and 98. RGB value is (117,190,152). Sum of RGB (Red+Green+Blue) = 117+190+152=459 (60% of max value = 765). Red value is 117 (46.09% from 255 or 25.49% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 152 (59.77% from 255 or 33.12% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #75BE98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #75BE98 is #8A4167. Grayscale: #A3A3A3. Windows color (decimal): -9060712 or 10010229. OLE color: 10010229.

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

Color convert

RGB117190152-
CMYK0.3800.20.25
HSL148.77º35.96%60.2%-
HSV(B)148.77º38.42%74.51%-
XYZ31.4242.8836.33-
YUV163.84121.3294.59-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 25.49%
GREEN value IS 190 (74.61% from 255) = 41.39%
BLUE value IS 152 (59.77% from 255) = 33.12%
R=25.49%
G=41.39%
B=33.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1171901520.3800.20.25148.7735.9660.2
Hex75BE98260141995243c
Octal16527623046024312254474
Binary111010110111110100110001001100101001100110010101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75BE98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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