Html Css Color HEX #58B575 Ocean Green

📋 copy color: '#58B575'

red 88 ◦ green 181 ◦ blue 117

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

Shades of Ocean Green #58B575

Tints of Ocean Green #58B575

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 30.31%

R = 22.8%
G = 46.89%
B = 30.31%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.29

RGB Variations

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

Color information

#58B575 (or 0x58B575) is known color: Ocean Green. HEX triplet: 58, B5 and 75. RGB value is (88,181,117). Sum of RGB (Red+Green+Blue) = 88+181+117=386 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.80% from 386); Green value is 181 (71.09% from 255 or 46.89% from 386); Blue value is 117 (46.09% from 255 or 30.31% from 386); Max value from RGB is 181 - color contains mainly: green. Hex color #58B575 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B575 is #A74A8A. Grayscale: #929292. Windows color (decimal): -10963595 or 7714136. OLE color: 7714136.

HSL color Cylindrical-coordinate representation of color #58B575: hue angle of 138.71º 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 #58B575 is Cyan = 0.51, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 181 117 -
CMYK 0.51 0 0.35 0.29
HSL 138.71º 0.39% 0.53% -
HSV(B) 138.71º 0.51% 0.71% -
XYZ 23.76 36.41 22.6 -
YUV 145.9 111.69 86.7 -
System Red Green Blue C M Y K H S L
Decimal 88 181 117 0.51 0 0.35 0.29 138.71 0.39 0.53
Hex 58 B5 75 33 0 23 1D 8B 27 35
Octal 130 265 165 63 0 43 35 213 47 65
Binary 1011000 10110101 1110101 110011 0 100011 11101 10001011 100111 110101

Color Harmonies of #58B575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B575

Black with #58B575

Text Example


Text Example

White with #58B575

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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