#58BF98

Color #58BF98 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #58BF98

Tints of Keppel #58BF98

Color information

#58BF98 (or 0x58BF98) is unknown color: approx Keppel. HEX triplet: 58, BF and 98. RGB value is (88,191,152). Sum of RGB (Red+Green+Blue) = 88+191+152=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 191 (75% from 255 or 44.32% from 431); Blue value is 152 (59.77% from 255 or 35.27% from 431); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BF98 is #A74067. Grayscale: #9B9B9B. Windows color (decimal): -10961000 or 10010456. OLE color: 10010456.

HSL color Cylindrical-coordinate representation of color #58BF98: hue angle of 157.28º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BF98 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.

Color convert

RGB88191152-
CMYK0.5400.200.25
HSL157.28º44.59%54.71%-
HSV(B)157.28º53.93%74.9%-
XYZ28.3241.636.24-
YUV155.76125.8879.67-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 191 (75% from 255) = 44.32%
BLUE value IS 152 (59.77% from 255) = 35.27%
R=20.42%
G=44.32%
B=35.27%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881911520.5400.200.25157.2844.5954.71
Hex58BF9836014199d2d37
Octal13027723066024312355567
Binary101100010111111100110001101100101001100110011101101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58BF98; }

 p { color: rgb(88,191,152); }

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

<style>
 a { background-color: #58BF98; }

 a { background-color: rgb(88,191,152); }

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

<style>
 span { border-color: #58BF98; }

 span { border-color: rgb(88,191,152); }

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