#58AA90

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

Shades of Keppel #58AA90

Tints of Keppel #58AA90

Color information

#58AA90 (or 0x58AA90) is unknown color: approx Keppel. HEX triplet: 58, AA and 90. RGB value is (88,170,144). Sum of RGB (Red+Green+Blue) = 88+170+144=402 (53% of max value = 765). Red value is 88 (34.77% from 255 or 21.89% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 144 (56.64% from 255 or 35.82% from 402); Max value from RGB is 170 - color contains mainly: green. Hex color #58AA90 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AA90 is #A7556F. Grayscale: #8E8E8E. Windows color (decimal): -10966384 or 9480792. OLE color: 9480792.

HSL color Cylindrical-coordinate representation of color #58AA90: hue angle of 160.98º 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 #58AA90 is Cyan = 0.48, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB88170144-
CMYK0.4800.150.33
HSL160.98º32.54%50.59%-
HSV(B)160.98º48.24%66.67%-
XYZ23.4332.8431.49-
YUV142.52128.8389.11-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.89%
GREEN value IS 170 (66.80% from 255) = 42.29%
BLUE value IS 144 (56.64% from 255) = 35.82%
R=21.89%
G=42.29%
B=35.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal881701440.4800.150.33160.9832.5450.59
Hex58AA90300F21a12133
Octal13025222060017412414163
Binary101100010101010100100001100000111110000110100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58AA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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