Html Css Color HEX #58B578 Ocean Green

📋 copy color: '#58B578'

red 88 ◦ green 181 ◦ blue 120

#58B578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ocean Green #58B578

Tints of Ocean Green #58B578

RGB

 RED value IS 88 (34.77% from 255) = 22.62%

 GREEN value IS 181 (71.09% from 255) = 46.53%

 BLUE value IS 120 (47.27% from 255) = 30.85%

R = 22.62%
G = 46.53%
B = 30.85%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.34

 K value IS 0.29

RGB Variations

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

Color information

#58B578 (or 0x58B578) is known color: Ocean Green. HEX triplet: 58, B5 and 78. RGB value is (88,181,120). Sum of RGB (Red+Green+Blue) = 88+181+120=389 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.62% from 389); Green value is 181 (71.09% from 255 or 46.53% from 389); Blue value is 120 (47.27% from 255 or 30.85% from 389); Max value from RGB is 181 - color contains mainly: green. Hex color #58B578 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B578 is #A74A87. Grayscale: #929292. Windows color (decimal): -10963592 or 7910744. OLE color: 7910744.

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

Color convert

RGB 88 181 120 -
CMYK 0.51 0 0.34 0.29
HSL 140.65º 0.39% 0.53% -
HSV(B) 140.65º 0.51% 0.71% -
XYZ 23.94 36.48 23.55 -
YUV 146.24 113.19 86.46 -
System Red Green Blue C M Y K H S L
Decimal 88 181 120 0.51 0 0.34 0.29 140.65 0.39 0.53
Hex 58 B5 78 33 0 22 1D 8D 27 35
Octal 130 265 170 63 0 42 35 215 47 65
Binary 1011000 10110101 1111000 110011 0 100010 11101 10001101 100111 110101

Color Harmonies of #58B578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B578

Black with #58B578

Text Example


Text Example

White with #58B578

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,181,120); }

 H1.HeaderClassName
 {
   color: #58B578;
 }
 .AnyTagClassName
 {
   color: #58B578;
 }
</style>

background-color css

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

 a { background-color: rgb(88,181,120); }

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

border-color css

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

 span { border-color: rgb(88,181,120); }

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