#58B996

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

Shades of Keppel #58B996

Tints of Keppel #58B996

Color information

#58B996 (or 0x58B996) is unknown color: approx Keppel. HEX triplet: 58, B9 and 96. RGB value is (88,185,150). Sum of RGB (Red+Green+Blue) = 88+185+150=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 185 (72.66% from 255 or 43.74% from 423); Blue value is 150 (58.98% from 255 or 35.46% from 423); Max value from RGB is 185 - color contains mainly: green. Hex color #58B996 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B996 is #A74669. Grayscale: #989898. Windows color (decimal): -10962538 or 9877848. OLE color: 9877848.

HSL color Cylindrical-coordinate representation of color #58B996: hue angle of 158.35º 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 #58B996 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.27.

Color convert

RGB88185150-
CMYK0.5200.190.27
HSL158.35º40.93%53.53%-
HSV(B)158.35º52.43%72.55%-
XYZ26.8838.9734.96-
YUV152.01126.8682.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 185 (72.66% from 255) = 43.74%
BLUE value IS 150 (58.98% from 255) = 35.46%
R=20.80%
G=43.74%
B=35.46%

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
Decimal881851500.5200.190.27158.3540.9353.53
Hex58B996340131B9e2936
Octal13027122664023332365166
Binary101100010111001100101101101000100111101110011110101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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