#58b082

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

Shades of Ocean Green #58B082

Tints of Ocean Green #58B082

Color information

#58B082 (or 0x58B082) is unknown color: approx Ocean Green. HEX triplet: 58, B0 and 82. RGB value is (88,176,130). Sum of RGB (Red+Green+Blue) = 88+176+130=394 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.34% from 394); Green value is 176 (69.14% from 255 or 44.67% from 394); Blue value is 130 (51.17% from 255 or 32.99% from 394); Max value from RGB is 176 - color contains mainly: green. Hex color #58B082 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58B082 is #A74F7D. Grayscale: #909090. Windows color (decimal): -10964862 or 8564824. OLE color: 8564824.

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

Color convert

RGB88176130-
CMYK0.5000.260.31
HSL148.64º35.77%51.76%-
HSV(B)148.64º50%69.02%-
XYZ23.5834.7426.58-
YUV144.44119.8587.74-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.34%
GREEN value IS 176 (69.14% from 255) = 44.67%
BLUE value IS 130 (51.17% from 255) = 32.99%
R=22.34%
G=44.67%
B=32.99%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal881761300.5000.260.31148.6435.7751.76
Hex58B0823201A1F952434
Octal13026020262032372254464
Binary101100010110000100000101100100110101111110010101100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58b082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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