#58AD9B

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

Shades of Keppel #58AD9B

Tints of Keppel #58AD9B

Color information

#58AD9B (or 0x58AD9B) is unknown color: approx Keppel. HEX triplet: 58, AD and 9B. RGB value is (88,173,155). Sum of RGB (Red+Green+Blue) = 88+173+155=416 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.15% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 155 (60.94% from 255 or 37.26% from 416); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AD9B is #A75264. Grayscale: #919191. Windows color (decimal): -10965605 or 10202456. OLE color: 10202456.

HSL color Cylindrical-coordinate representation of color #58AD9B: hue angle of 167.29º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AD9B is Cyan = 0.49, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.

Color convert

RGB88173155-
CMYK0.4900.100.32
HSL167.29º34.14%51.18%-
HSV(B)167.29º49.13%67.84%-
XYZ24.8834.3336.32-
YUV145.53133.3486.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.15%
GREEN value IS 173 (67.97% from 255) = 41.59%
BLUE value IS 155 (60.94% from 255) = 37.26%
R=21.15%
G=41.59%
B=37.26%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881731550.4900.100.32167.2934.1451.18
Hex58AD9B310A20a72233
Octal13025523361012402474263
Binary101100010101101100110111100010101010000010100111100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,173,155); }

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

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

 a { background-color: rgb(88,173,155); }

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

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

 span { border-color: rgb(88,173,155); }

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