#58AD8E

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

Shades of Keppel #58AD8E

Tints of Keppel #58AD8E

Color information

#58AD8E (or 0x58AD8E) is unknown color: approx Keppel. HEX triplet: 58, AD and 8E. RGB value is (88,173,142). Sum of RGB (Red+Green+Blue) = 88+173+142=403 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.84% from 403); Green value is 173 (67.97% from 255 or 42.93% from 403); Blue value is 142 (55.86% from 255 or 35.24% from 403); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD8E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AD8E is #A75271. Grayscale: #909090. Windows color (decimal): -10965618 or 9350488. OLE color: 9350488.

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

Color convert

RGB88173142-
CMYK0.4900.180.32
HSL158.12º34.14%51.18%-
HSV(B)158.12º49.13%67.84%-
XYZ23.8533.9130.88-
YUV144.05126.8488.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.84%
GREEN value IS 173 (67.97% from 255) = 42.93%
BLUE value IS 142 (55.86% from 255) = 35.24%
R=21.84%
G=42.93%
B=35.24%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881731420.4900.180.32158.1234.1451.18
Hex58AD8E31012209e2233
Octal13025521661022402364263
Binary1011000101011011000111011000101001010000010011110100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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