#58BB98

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

Shades of Keppel #58BB98

Tints of Keppel #58BB98

Color information

#58BB98 (or 0x58BB98) is unknown color: approx Keppel. HEX triplet: 58, BB and 98. RGB value is (88,187,152). Sum of RGB (Red+Green+Blue) = 88+187+152=427 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.61% from 427); Green value is 187 (73.44% from 255 or 43.79% from 427); Blue value is 152 (59.77% from 255 or 35.60% from 427); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BB98 is #A74467. Grayscale: #999999. Windows color (decimal): -10962024 or 10009432. OLE color: 10009432.

HSL color Cylindrical-coordinate representation of color #58BB98: hue angle of 158.79º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BB98 is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB88187152-
CMYK0.5300.190.27
HSL158.79º42.13%53.92%-
HSV(B)158.79º52.94%73.33%-
XYZ27.4639.8835.96-
YUV153.41127.281.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.61%
GREEN value IS 187 (73.44% from 255) = 43.79%
BLUE value IS 152 (59.77% from 255) = 35.60%
R=20.61%
G=43.79%
B=35.60%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871520.5300.190.27158.7942.1353.92
Hex58BB98350131B9f2a36
Octal13027323065023332375266
Binary101100010111011100110001101010100111101110011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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