#58AD8B

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

Shades of Keppel #58AD8B

Tints of Keppel #58AD8B

Color information

#58AD8B (or 0x58AD8B) is unknown color: approx Keppel. HEX triplet: 58, AD and 8B. RGB value is (88,173,139). Sum of RGB (Red+Green+Blue) = 88+173+139=400 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 139 (54.69% from 255 or 34.75% from 400); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AD8B is #A75274. Grayscale: #8F8F8F. Windows color (decimal): -10965621 or 9153880. OLE color: 9153880.

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

Color convert

RGB88173139-
CMYK0.4900.200.32
HSL156º34.14%51.18%-
HSV(B)156º49.13%67.84%-
XYZ23.6333.8329.71-
YUV143.71125.3488.26-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22%
GREEN value IS 173 (67.97% from 255) = 43.25%
BLUE value IS 139 (54.69% from 255) = 34.75%
R=22%
G=43.25%
B=34.75%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal881731390.4900.200.3215634.1451.18
Hex58AD8B31014209c2233
Octal13025521361024402344263
Binary1011000101011011000101111000101010010000010011100100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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