#58b097

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

Shades of Keppel #58B097

Tints of Keppel #58B097

Color information

#58B097 (or 0x58B097) is unknown color: approx Keppel. HEX triplet: 58, B0 and 97. RGB value is (88,176,151). Sum of RGB (Red+Green+Blue) = 88+176+151=415 (54% of max value = 765). Red value is 88 (34.77% from 255 or 21.20% from 415); Green value is 176 (69.14% from 255 or 42.41% from 415); Blue value is 151 (59.38% from 255 or 36.39% from 415); Max value from RGB is 176 - color contains mainly: green. Hex color #58B097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B097 is #A74F68. Grayscale: #929292. Windows color (decimal): -10964841 or 9941080. OLE color: 9941080.

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

Color convert

RGB88176151-
CMYK0.5000.140.31
HSL162.95º35.77%51.76%-
HSV(B)162.95º50%69.02%-
XYZ25.1435.3634.78-
YUV146.84130.3586.03-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.20%
GREEN value IS 176 (69.14% from 255) = 42.41%
BLUE value IS 151 (59.38% from 255) = 36.39%
R=21.20%
G=42.41%
B=36.39%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761510.5000.140.31162.9535.7751.76
Hex58B097320E1Fa32434
Octal13026022762016372434464
Binary10110001011000010010111110010011101111110100011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58b097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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