Html Css Color HEX #58A770 Ocean Green

📋 copy color: '#58A770'

red 88 ◦ green 167 ◦ blue 112

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

Shades of Ocean Green #58A770

Tints of Ocean Green #58A770

RGB

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

 GREEN value IS 167 (65.63% from 255) = 45.5%

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 23.98%
G = 45.5%
B = 30.52%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.33

 K value IS 0.35

RGB Variations

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

Color information

#58A770 (or 0x58A770) is known color: Ocean Green. HEX triplet: 58, A7 and 70. RGB value is (88,167,112). Sum of RGB (Red+Green+Blue) = 88+167+112=367 (48% of max value = 765). Red value is 88 (34.77% from 255 or 23.98% from 367); Green value is 167 (65.62% from 255 or 45.50% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 167 - color contains mainly: green. Hex color #58A770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A770 is #A7588F. Grayscale: #898989. Windows color (decimal): -10967184 or 7382872. OLE color: 7382872.

HSL color Cylindrical-coordinate representation of color #58A770: hue angle of 138.23º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A770 is Cyan = 0.47, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 167 112 -
CMYK 0.47 0 0.33 0.35
HSL 138.23º 0.31% 0.5% -
HSV(B) 138.23º 0.47% 0.65% -
XYZ 20.77 30.88 20.2 -
YUV 137.11 113.83 92.97 -
System Red Green Blue C M Y K H S L
Decimal 88 167 112 0.47 0 0.33 0.35 138.23 0.31 0.5
Hex 58 A7 70 2F 0 21 23 8A 1F 32
Octal 130 247 160 57 0 41 43 212 37 62
Binary 1011000 10100111 1110000 101111 0 100001 100011 10001010 11111 110010

Color Harmonies of #58A770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A770

Black with #58A770

Text Example


Text Example

White with #58A770

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,167,112); }

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

background-color css

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

 a { background-color: rgb(88,167,112); }

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

border-color css

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

 span { border-color: rgb(88,167,112); }

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