Html Css Color HEX #58B175 Ocean Green

📋 copy color: '#58B175'

red 88 ◦ green 177 ◦ blue 117

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

Shades of Ocean Green #58B175

Tints of Ocean Green #58B175

RGB

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

 GREEN value IS 177 (69.53% from 255) = 46.34%

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

R = 23.04%
G = 46.34%
B = 30.63%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#58B175 (or 0x58B175) is known color: Ocean Green. HEX triplet: 58, B1 and 75. RGB value is (88,177,117). Sum of RGB (Red+Green+Blue) = 88+177+117=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 177 (69.53% from 255 or 46.34% from 382); Blue value is 117 (46.09% from 255 or 30.63% from 382); Max value from RGB is 177 - color contains mainly: green. Hex color #58B175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B175 is #A74E8A. Grayscale: #8F8F8F. Windows color (decimal): -10964619 or 7713112. OLE color: 7713112.

HSL color Cylindrical-coordinate representation of color #58B175: hue angle of 139.55º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58B175 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 177 117 -
CMYK 0.50 0 0.34 0.31
HSL 139.55º 0.36% 0.52% -
HSV(B) 139.55º 0.5% 0.69% -
XYZ 22.96 34.8 22.34 -
YUV 143.55 113.01 88.38 -
System Red Green Blue C M Y K H S L
Decimal 88 177 117 0.50 0 0.34 0.31 139.55 0.36 0.52
Hex 58 B1 75 32 0 22 1F 8C 24 34
Octal 130 261 165 62 0 42 37 214 44 64
Binary 1011000 10110001 1110101 110010 0 100010 11111 10001100 100100 110100

Color Harmonies of #58B175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B175

Black with #58B175

Text Example


Text Example

White with #58B175

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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