#58B08B

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

Shades of Keppel #58B08B

Tints of Keppel #58B08B

Color information

#58B08B (or 0x58B08B) is unknown color: approx Keppel. HEX triplet: 58, B0 and 8B. RGB value is (88,176,139). Sum of RGB (Red+Green+Blue) = 88+176+139=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 139 (54.69% from 255 or 34.49% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #58B08B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B08B is #A74F74. Grayscale: #919191. Windows color (decimal): -10964853 or 9154648. OLE color: 9154648.

HSL color Cylindrical-coordinate representation of color #58B08B: hue angle of 154.77º 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 #58B08B is Cyan = 0.50, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB88176139-
CMYK0.5000.210.31
HSL154.77º35.77%51.76%-
HSV(B)154.77º50%69.02%-
XYZ24.2134.9929.9-
YUV145.47124.3587.01-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.84%
GREEN value IS 176 (69.14% from 255) = 43.67%
BLUE value IS 139 (54.69% from 255) = 34.49%
R=21.84%
G=43.67%
B=34.49%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761390.5000.210.31154.7735.7751.76
Hex58B08B320151F9b2434
Octal13026021362025372334464
Binary101100010110000100010111100100101011111110011011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B08B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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