#58B27E

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

Shades of Ocean Green #58B27E

Tints of Ocean Green #58B27E

Color information

#58B27E (or 0x58B27E) is unknown color: approx Ocean Green. HEX triplet: 58, B2 and 7E. RGB value is (88,178,126). Sum of RGB (Red+Green+Blue) = 88+178+126=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 178 (69.92% from 255 or 45.41% from 392); Blue value is 126 (49.61% from 255 or 32.14% from 392); Max value from RGB is 178 - color contains mainly: green. Hex color #58B27E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B27E is #A74D81. Grayscale: #919191. Windows color (decimal): -10964354 or 8303192. OLE color: 8303192.

HSL color Cylindrical-coordinate representation of color #58B27E: hue angle of 145.33º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B27E is Cyan = 0.51, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.30.

Color convert

RGB88178126-
CMYK0.5100.290.30
HSL145.33º36.89%52.16%-
HSV(B)145.33º50.56%69.8%-
XYZ23.7135.4225.33-
YUV145.16117.1887.23-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 22.45%
GREEN value IS 178 (69.92% from 255) = 45.41%
BLUE value IS 126 (49.61% from 255) = 32.14%
R=22.45%
G=45.41%
B=32.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal881781260.5100.290.30145.3336.8952.16
Hex58B27E3301D1E912534
Octal13026217663035362214564
Binary10110001011001011111101100110111011111010010001100101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58B27E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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