#58BB9B

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

Shades of Keppel #58BB9B

Tints of Keppel #58BB9B

Color information

#58BB9B (or 0x58BB9B) is unknown color: approx Keppel. HEX triplet: 58, BB and 9B. RGB value is (88,187,155). Sum of RGB (Red+Green+Blue) = 88+187+155=430 (56% of max value = 765). Red value is 88 (34.77% from 255 or 20.47% from 430); Green value is 187 (73.44% from 255 or 43.49% from 430); Blue value is 155 (60.94% from 255 or 36.05% from 430); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BB9B is #A74464. Grayscale: #999999. Windows color (decimal): -10962021 or 10206040. OLE color: 10206040.

HSL color Cylindrical-coordinate representation of color #58BB9B: hue angle of 160.61º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58BB9B is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB88187155-
CMYK0.5300.170.27
HSL160.61º42.13%53.92%-
HSV(B)160.61º52.94%73.33%-
XYZ27.7139.9837.27-
YUV153.75128.781.1-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.47%
GREEN value IS 187 (73.44% from 255) = 43.49%
BLUE value IS 155 (60.94% from 255) = 36.05%
R=20.47%
G=43.49%
B=36.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal881871550.5300.170.27160.6142.1353.92
Hex58BB9B350111Ba12a36
Octal13027323365021332415266
Binary101100010111011100110111101010100011101110100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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