#58B09A

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

Shades of Keppel #58B09A

Tints of Keppel #58B09A

Color information

#58B09A (or 0x58B09A) is unknown color: approx Keppel. HEX triplet: 58, B0 and 9A. RGB value is (88,176,154). Sum of RGB (Red+Green+Blue) = 88+176+154=418 (55% of max value = 765). Red value is 88 (34.77% from 255 or 21.05% from 418); Green value is 176 (69.14% from 255 or 42.11% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 176 - color contains mainly: green. Hex color #58B09A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B09A is #A74F65. Grayscale: #939393. Windows color (decimal): -10964838 or 10137688. OLE color: 10137688.

HSL color Cylindrical-coordinate representation of color #58B09A: hue angle of 165º 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 #58B09A is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.

Color convert

RGB88176154-
CMYK0.5000.120.31
HSL165º35.77%51.76%-
HSV(B)165º50%69.02%-
XYZ25.3835.4636.08-
YUV147.18131.8585.79-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 21.05%
GREEN value IS 176 (69.14% from 255) = 42.11%
BLUE value IS 154 (60.55% from 255) = 36.84%
R=21.05%
G=42.11%
B=36.84%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761540.5000.120.3116535.7751.76
Hex58B09A320C1Fa52434
Octal13026023262014372454464
Binary10110001011000010011010110010011001111110100101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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