#58B995

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

Shades of Keppel #58B995

Tints of Keppel #58B995

Color information

#58B995 (or 0x58B995) is unknown color: approx Keppel. HEX triplet: 58, B9 and 95. RGB value is (88,185,149). Sum of RGB (Red+Green+Blue) = 88+185+149=422 (55% of max value = 765). Red value is 88 (34.77% from 255 or 20.85% from 422); Green value is 185 (72.66% from 255 or 43.84% from 422); Blue value is 149 (58.59% from 255 or 35.31% from 422); Max value from RGB is 185 - color contains mainly: green. Hex color #58B995 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B995 is #A7466A. Grayscale: #979797. Windows color (decimal): -10962539 or 9812312. OLE color: 9812312.

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

Color convert

RGB88185149-
CMYK0.5200.190.27
HSL157.73º40.93%53.53%-
HSV(B)157.73º52.43%72.55%-
XYZ26.838.9434.54-
YUV151.89126.3682.43-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.85%
GREEN value IS 185 (72.66% from 255) = 43.84%
BLUE value IS 149 (58.59% from 255) = 35.31%
R=20.85%
G=43.84%
B=35.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881851490.5200.190.27157.7340.9353.53
Hex58B995340131B9e2936
Octal13027122564023332365166
Binary101100010111001100101011101000100111101110011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B995

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,185,149); }

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

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

 a { background-color: rgb(88,185,149); }

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

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

 span { border-color: rgb(88,185,149); }

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