#58BE9B

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

Shades of Keppel #58BE9B

Tints of Keppel #58BE9B

Color information

#58BE9B (or 0x58BE9B) is unknown color: approx Keppel. HEX triplet: 58, BE and 9B. RGB value is (88,190,155). Sum of RGB (Red+Green+Blue) = 88+190+155=433 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.32% from 433); Green value is 190 (74.61% from 255 or 43.88% from 433); Blue value is 155 (60.94% from 255 or 35.80% from 433); Max value from RGB is 190 - color contains mainly: green. Hex color #58BE9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BE9B is #A74164. Grayscale: #9B9B9B. Windows color (decimal): -10961253 or 10206808. OLE color: 10206808.

HSL color Cylindrical-coordinate representation of color #58BE9B: hue angle of 159.41º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58BE9B is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB88190155-
CMYK0.5400.180.25
HSL159.41º43.97%54.51%-
HSV(B)159.41º53.68%74.51%-
XYZ28.3541.2737.48-
YUV155.51127.7179.85-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.32%
GREEN value IS 190 (74.61% from 255) = 43.88%
BLUE value IS 155 (60.94% from 255) = 35.80%
R=20.32%
G=43.88%
B=35.80%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal881901550.5400.180.25159.4143.9754.51
Hex58BE9B36012199f2c37
Octal13027623366022312375467
Binary101100010111110100110111101100100101100110011111101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BE9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,190,155); }

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

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

 a { background-color: rgb(88,190,155); }

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

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

 span { border-color: rgb(88,190,155); }

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