#58B184

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

Shades of Ocean Green #58B184

Tints of Ocean Green #58B184

Color information

#58B184 (or 0x58B184) is unknown color: approx Ocean Green. HEX triplet: 58, B1 and 84. RGB value is (88,177,132). Sum of RGB (Red+Green+Blue) = 88+177+132=397 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.17% from 397); Green value is 177 (69.53% from 255 or 44.58% from 397); Blue value is 132 (51.95% from 255 or 33.25% from 397); Max value from RGB is 177 - color contains mainly: green. Hex color #58B184 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B184 is #A74E7B. Grayscale: #919191. Windows color (decimal): -10964604 or 8696152. OLE color: 8696152.

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

Color convert

RGB88177132-
CMYK0.5000.250.31
HSL149.66º36.33%51.96%-
HSV(B)149.66º50.28%69.41%-
XYZ23.9135.1827.36-
YUV145.26120.5187.16-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.17%
GREEN value IS 177 (69.53% from 255) = 44.58%
BLUE value IS 132 (51.95% from 255) = 33.25%
R=22.17%
G=44.58%
B=33.25%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881771320.5000.250.31149.6636.3351.96
Hex58B184320191F962434
Octal13026120462031372264464
Binary101100010110001100001001100100110011111110010110100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,177,132); }

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

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

 a { background-color: rgb(88,177,132); }

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

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

 span { border-color: rgb(88,177,132); }

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