Html Css Color HEX #58B375 Ocean Green

📋 copy color: '#58B375'

red 88 ◦ green 179 ◦ blue 117

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

Shades of Ocean Green #58B375

Tints of Ocean Green #58B375

RGB

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

 GREEN value IS 179 (70.31% from 255) = 46.61%

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

R = 22.92%
G = 46.61%
B = 30.47%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.35

 K value IS 0.30

RGB Variations

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

Color information

#58B375 (or 0x58B375) is known color: Ocean Green. HEX triplet: 58, B3 and 75. RGB value is (88,179,117). Sum of RGB (Red+Green+Blue) = 88+179+117=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 179 (70.31% from 255 or 46.61% from 384); Blue value is 117 (46.09% from 255 or 30.47% from 384); Max value from RGB is 179 - color contains mainly: green. Hex color #58B375 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #58B375 is #A74C8A. Grayscale: #909090. Windows color (decimal): -10964107 or 7713624. OLE color: 7713624.

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

Color convert

RGB 88 179 117 -
CMYK 0.51 0 0.35 0.30
HSL 139.12º 0.37% 0.52% -
HSV(B) 139.12º 0.51% 0.7% -
XYZ 23.36 35.6 22.47 -
YUV 144.72 112.35 87.54 -
System Red Green Blue C M Y K H S L
Decimal 88 179 117 0.51 0 0.35 0.30 139.12 0.37 0.52
Hex 58 B3 75 33 0 23 1E 8B 25 34
Octal 130 263 165 63 0 43 36 213 45 64
Binary 1011000 10110011 1110101 110011 0 100011 11110 10001011 100101 110100

Color Harmonies of #58B375

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B375

Black with #58B375

Text Example


Text Example

White with #58B375

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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