#58A277

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

Shades of Ocean Green #58A277

Tints of Ocean Green #58A277

Color information

#58A277 (or 0x58A277) is unknown color: approx Ocean Green. HEX triplet: 58, A2 and 77. RGB value is (88,162,119). Sum of RGB (Red+Green+Blue) = 88+162+119=369 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.85% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 119 (46.88% from 255 or 32.25% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #58A277 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A277 is #A75D88. Grayscale: #878787. Windows color (decimal): -10968457 or 7840344. OLE color: 7840344.

HSL color Cylindrical-coordinate representation of color #58A277: hue angle of 145.14º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A277 is Cyan = 0.46, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.36.

Color convert

RGB88162119-
CMYK0.4600.270.36
HSL145.14º29.6%49.02%-
HSV(B)145.14º45.68%63.53%-
XYZ20.2729.2522.03-
YUV134.97118.9894.5-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.85%
GREEN value IS 162 (63.67% from 255) = 43.90%
BLUE value IS 119 (46.88% from 255) = 32.25%
R=23.85%
G=43.90%
B=32.25%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal881621190.4600.270.36145.1429.649.02
Hex58A2772E01B24911e31
Octal13024216756033442213661
Binary10110001010001011101111011100110111001001001000111110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58A277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,162,119); }

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

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

 a { background-color: rgb(88,162,119); }

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

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

 span { border-color: rgb(88,162,119); }

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