Html Css Color HEX #58A976 Ocean Green

📋 copy color: '#58A976'

red 88 ◦ green 169 ◦ blue 118

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

Shades of Ocean Green #58A976

Tints of Ocean Green #58A976

RGB

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

 GREEN value IS 169 (66.41% from 255) = 45.07%

 BLUE value IS 118 (46.48% from 255) = 31.47%

R = 23.47%
G = 45.07%
B = 31.47%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.30

 K value IS 0.34

RGB Variations

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

Color information

#58A976 (or 0x58A976) is known color: Ocean Green. HEX triplet: 58, A9 and 76. RGB value is (88,169,118). Sum of RGB (Red+Green+Blue) = 88+169+118=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 169 (66.41% from 255 or 45.07% from 375); Blue value is 118 (46.48% from 255 or 31.47% from 375); Max value from RGB is 169 - color contains mainly: green. Hex color #58A976 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A976 is #A75689. Grayscale: #8B8B8B. Windows color (decimal): -10966666 or 7776600. OLE color: 7776600.

HSL color Cylindrical-coordinate representation of color #58A976: hue angle of 142.22º degrees, saturation: 0.32, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #58A976 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 169 118 -
CMYK 0.48 0 0.30 0.34
HSL 142.22º 0.32% 0.5% -
HSV(B) 142.22º 0.48% 0.66% -
XYZ 21.48 31.76 22.14 -
YUV 138.97 116.16 91.65 -
System Red Green Blue C M Y K H S L
Decimal 88 169 118 0.48 0 0.30 0.34 142.22 0.32 0.5
Hex 58 A9 76 30 0 1E 22 8E 20 32
Octal 130 251 166 60 0 36 42 216 40 62
Binary 1011000 10101001 1110110 110000 0 11110 100010 10001110 100000 110010

Color Harmonies of #58A976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A976

Black with #58A976

Text Example


Text Example

White with #58A976

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,169,118); }

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

background-color css

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

 a { background-color: rgb(88,169,118); }

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

border-color css

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

 span { border-color: rgb(88,169,118); }

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