#58BF9C

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

Shades of Keppel #58BF9C

Tints of Keppel #58BF9C

Color information

#58BF9C (or 0x58BF9C) is unknown color: approx Keppel. HEX triplet: 58, BF and 9C. RGB value is (88,191,156). Sum of RGB (Red+Green+Blue) = 88+191+156=435 (57% of max value = 765). Red value is 88 (34.77% from 255 or 20.23% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 156 (61.33% from 255 or 35.86% from 435); Max value from RGB is 191 - color contains mainly: green. Hex color #58BF9C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58BF9C is #A74063. Grayscale: #9C9C9C. Windows color (decimal): -10960996 or 10272600. OLE color: 10272600.

HSL color Cylindrical-coordinate representation of color #58BF9C: hue angle of 159.61º degrees, saturation: 0.45, 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 #58BF9C is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB88191156-
CMYK0.5400.180.25
HSL159.61º44.59%54.71%-
HSV(B)159.61º53.93%74.9%-
XYZ28.6641.7438-
YUV156.21127.8879.35-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 20.23%
GREEN value IS 191 (75% from 255) = 43.91%
BLUE value IS 156 (61.33% from 255) = 35.86%
R=20.23%
G=43.91%
B=35.86%

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
Decimal881911560.5400.180.25159.6144.5954.71
Hex58BF9C3601219a02d37
Octal13027723466022312405567
Binary101100010111111100111001101100100101100110100000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58BF9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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