#58B19A

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

Shades of Keppel #58B19A

Tints of Keppel #58B19A

Color information

#58B19A (or 0x58B19A) is unknown color: approx Keppel. HEX triplet: 58, B1 and 9A. RGB value is (88,177,154). Sum of RGB (Red+Green+Blue) = 88+177+154=419 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.00% from 419); Green value is 177 (69.53% from 255 or 42.24% from 419); Blue value is 154 (60.55% from 255 or 36.75% from 419); Max value from RGB is 177 - color contains mainly: green. Hex color #58B19A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B19A is #A74E65. Grayscale: #939393. Windows color (decimal): -10964582 or 10137944. OLE color: 10137944.

HSL color Cylindrical-coordinate representation of color #58B19A: hue angle of 164.49º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B19A is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.

Color convert

RGB88177154-
CMYK0.5000.130.31
HSL164.49º36.33%51.96%-
HSV(B)164.49º50.28%69.41%-
XYZ25.5835.8536.14-
YUV147.77131.5185.37-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.00%
GREEN value IS 177 (69.53% from 255) = 42.24%
BLUE value IS 154 (60.55% from 255) = 36.75%
R=21.00%
G=42.24%
B=36.75%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881771540.5000.130.31164.4936.3351.96
Hex58B19A320D1Fa42434
Octal13026123262015372444464
Binary10110001011000110011010110010011011111110100100100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B19A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,177,154); }

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

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

 a { background-color: rgb(88,177,154); }

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

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

 span { border-color: rgb(88,177,154); }

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