#58BB9C

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

Shades of Keppel #58BB9C

Tints of Keppel #58BB9C

Color information

#58BB9C (or 0x58BB9C) is unknown color: approx Keppel. HEX triplet: 58, BB and 9C. RGB value is (88,187,156). Sum of RGB (Red+Green+Blue) = 88+187+156=431 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.42% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 156 (61.33% from 255 or 36.19% from 431); Max value from RGB is 187 - color contains mainly: green. Hex color #58BB9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BB9C is #A74463. Grayscale: #999999. Windows color (decimal): -10962020 or 10271576. OLE color: 10271576.

HSL color Cylindrical-coordinate representation of color #58BB9C: hue angle of 161.21º 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 #58BB9C is Cyan = 0.53, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.

Color convert

RGB88187156-
CMYK0.5300.170.27
HSL161.21º42.13%53.92%-
HSV(B)161.21º52.94%73.33%-
XYZ27.840.0237.71-
YUV153.86129.281.02-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.42%
GREEN value IS 187 (73.44% from 255) = 43.39%
BLUE value IS 156 (61.33% from 255) = 36.19%
R=20.42%
G=43.39%
B=36.19%

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
Decimal881871560.5300.170.27161.2142.1353.92
Hex58BB9C350111Ba12a36
Octal13027323465021332415266
Binary101100010111011100111001101010100011101110100001101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BB9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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