#58AA8A

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

Shades of Keppel #58AA8A

Tints of Keppel #58AA8A

Color information

#58AA8A (or 0x58AA8A) is unknown color: approx Keppel. HEX triplet: 58, AA and 8A. RGB value is (88,170,138). Sum of RGB (Red+Green+Blue) = 88+170+138=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 170 (66.80% from 255 or 42.93% from 396); Blue value is 138 (54.30% from 255 or 34.85% from 396); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA8A is #A75575. Grayscale: #8D8D8D. Windows color (decimal): -10966390 or 9087576. OLE color: 9087576.

HSL color Cylindrical-coordinate representation of color #58AA8A: hue angle of 156.59º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58AA8A is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.

Color convert

RGB88170138-
CMYK0.4800.190.33
HSL156.59º32.54%50.59%-
HSV(B)156.59º48.24%66.67%-
XYZ22.9932.6629.14-
YUV141.83125.8389.6-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.22%
GREEN value IS 170 (66.80% from 255) = 42.93%
BLUE value IS 138 (54.30% from 255) = 34.85%
R=22.22%
G=42.93%
B=34.85%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701380.4800.190.33156.5932.5450.59
Hex58AA8A30013219d2133
Octal13025221260023412354163
Binary1011000101010101000101011000001001110000110011101100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,170,138); }

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

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

 a { background-color: rgb(88,170,138); }

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

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

 span { border-color: rgb(88,170,138); }

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