#58A98B

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

Shades of Keppel #58A98B

Tints of Keppel #58A98B

Color information

#58A98B (or 0x58A98B) is unknown color: approx Keppel. HEX triplet: 58, A9 and 8B. RGB value is (88,169,139). Sum of RGB (Red+Green+Blue) = 88+169+139=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 169 (66.41% from 255 or 42.68% from 396); Blue value is 139 (54.69% from 255 or 35.10% from 396); Max value from RGB is 169 - color contains mainly: green. Hex color #58A98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A98B is #A75674. Grayscale: #8D8D8D. Windows color (decimal): -10966645 or 9152856. OLE color: 9152856.

HSL color Cylindrical-coordinate representation of color #58A98B: hue angle of 157.78º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A98B is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.

Color convert

RGB88169139-
CMYK0.4800.180.34
HSL157.78º32.02%50.39%-
HSV(B)157.78º47.93%66.27%-
XYZ22.8732.3129.46-
YUV141.36126.6689.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.22%
GREEN value IS 169 (66.41% from 255) = 42.68%
BLUE value IS 139 (54.69% from 255) = 35.10%
R=22.22%
G=42.68%
B=35.10%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal881691390.4800.180.34157.7832.0250.39
Hex58A98B30012229e2032
Octal13025121360022422364062
Binary1011000101010011000101111000001001010001010011110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A98B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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