#58B08C

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

Shades of Keppel #58B08C

Tints of Keppel #58B08C

Color information

#58B08C (or 0x58B08C) is unknown color: approx Keppel. HEX triplet: 58, B0 and 8C. RGB value is (88,176,140). Sum of RGB (Red+Green+Blue) = 88+176+140=404 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.78% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 140 (55.08% from 255 or 34.65% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #58B08C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B08C is #A74F73. Grayscale: #919191. Windows color (decimal): -10964852 or 9220184. OLE color: 9220184.

HSL color Cylindrical-coordinate representation of color #58B08C: hue angle of 155.45º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B08C is Cyan = 0.50, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.

Color convert

RGB88176140-
CMYK0.5000.200.31
HSL155.45º35.77%51.76%-
HSV(B)155.45º50%69.02%-
XYZ24.2835.0230.29-
YUV145.58124.8586.93-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.78%
GREEN value IS 176 (69.14% from 255) = 43.56%
BLUE value IS 140 (55.08% from 255) = 34.65%
R=21.78%
G=43.56%
B=34.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761400.5000.200.31155.4535.7751.76
Hex58B08C320141F9b2434
Octal13026021462024372334464
Binary101100010110000100011001100100101001111110011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B08C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,176,140); }

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

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

 a { background-color: rgb(88,176,140); }

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

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

 span { border-color: rgb(88,176,140); }

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