#58B67E

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

Shades of Ocean Green #58B67E

Tints of Ocean Green #58B67E

Color information

#58B67E (or 0x58B67E) is unknown color: approx Ocean Green. HEX triplet: 58, B6 and 7E. RGB value is (88,182,126). Sum of RGB (Red+Green+Blue) = 88+182+126=396 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.22% from 396); Green value is 182 (71.48% from 255 or 45.96% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 182 - color contains mainly: green. Hex color #58B67E is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B67E is #A74981. Grayscale: #939393. Windows color (decimal): -10963330 or 8304216. OLE color: 8304216.

HSL color Cylindrical-coordinate representation of color #58B67E: hue angle of 144.26º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #58B67E is Cyan = 0.52, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.29.

Color convert

RGB88182126-
CMYK0.5200.310.29
HSL144.26º39.17%52.94%-
HSV(B)144.26º51.65%71.37%-
XYZ24.5237.0425.6-
YUV147.51115.8685.55-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.22%
GREEN value IS 182 (71.48% from 255) = 45.96%
BLUE value IS 126 (49.61% from 255) = 31.82%
R=22.22%
G=45.96%
B=31.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal881821260.5200.310.29144.2639.1752.94
Hex58B67E3401F1D902735
Octal13026617664037352204765
Binary10110001011011011111101101000111111110110010000100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B67E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,182,126); }

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

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

 a { background-color: rgb(88,182,126); }

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

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

 span { border-color: rgb(88,182,126); }

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