#58B39C

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

Shades of Keppel #58B39C

Tints of Keppel #58B39C

Color information

#58B39C (or 0x58B39C) is unknown color: approx Keppel. HEX triplet: 58, B3 and 9C. RGB value is (88,179,156). Sum of RGB (Red+Green+Blue) = 88+179+156=423 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.80% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 156 (61.33% from 255 or 36.88% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #58B39C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B39C is #A74C63. Grayscale: #959595. Windows color (decimal): -10964068 or 10269528. OLE color: 10269528.

HSL color Cylindrical-coordinate representation of color #58B39C: hue angle of 164.84º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B39C is Cyan = 0.51, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.30.

Color convert

RGB88179156-
CMYK0.5100.130.30
HSL164.84º37.45%52.35%-
HSV(B)164.84º50.84%70.2%-
XYZ26.1536.7237.16-
YUV149.17131.8584.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.80%
GREEN value IS 179 (70.31% from 255) = 42.32%
BLUE value IS 156 (61.33% from 255) = 36.88%
R=20.80%
G=42.32%
B=36.88%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881791560.5100.130.30164.8437.4552.35
Hex58B39C330D1Ea52534
Octal13026323463015362454564
Binary10110001011001110011100110011011011111010100101100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,179,156); }

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

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

 a { background-color: rgb(88,179,156); }

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

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

 span { border-color: rgb(88,179,156); }

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