#58AD8C

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

Shades of Keppel #58AD8C

Tints of Keppel #58AD8C

Color information

#58AD8C (or 0x58AD8C) is unknown color: approx Keppel. HEX triplet: 58, AD and 8C. RGB value is (88,173,140). Sum of RGB (Red+Green+Blue) = 88+173+140=401 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.95% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AD8C is #A75273. Grayscale: #8F8F8F. Windows color (decimal): -10965620 or 9219416. OLE color: 9219416.

HSL color Cylindrical-coordinate representation of color #58AD8C: hue angle of 156.71º 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 #58AD8C is Cyan = 0.49, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB88173140-
CMYK0.4900.190.32
HSL156.71º34.14%51.18%-
HSV(B)156.71º49.13%67.84%-
XYZ23.733.8630.1-
YUV143.82125.8488.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.95%
GREEN value IS 173 (67.97% from 255) = 43.14%
BLUE value IS 140 (55.08% from 255) = 34.91%
R=21.95%
G=43.14%
B=34.91%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881731400.4900.190.32156.7134.1451.18
Hex58AD8C31013209d2233
Octal13025521461023402354263
Binary1011000101011011000110011000101001110000010011101100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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