Html Css Color HEX #58A481 Ocean Green

📋 copy color: '#58A481'

red 88 ◦ green 164 ◦ blue 129

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

Shades of Ocean Green #58A481

Tints of Ocean Green #58A481

RGB

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

 GREEN value IS 164 (64.45% from 255) = 43.04%

 BLUE value IS 129 (50.78% from 255) = 33.86%

R = 23.1%
G = 43.04%
B = 33.86%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#58A481 (or 0x58A481) is known color: Ocean Green. HEX triplet: 58, A4 and 81. RGB value is (88,164,129). Sum of RGB (Red+Green+Blue) = 88+164+129=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 129 (50.78% from 255 or 33.86% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #58A481 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A481 is #A75B7E. Grayscale: #898989. Windows color (decimal): -10967935 or 8496216. OLE color: 8496216.

HSL color Cylindrical-coordinate representation of color #58A481: hue angle of 152.37º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #58A481 is Cyan = 0.46, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 88 164 129 -
CMYK 0.46 0 0.21 0.36
HSL 152.37º 0.3% 0.49% -
HSV(B) 152.37º 0.46% 0.64% -
XYZ 21.26 30.21 25.48 -
YUV 137.29 123.32 92.85 -
System Red Green Blue C M Y K H S L
Decimal 88 164 129 0.46 0 0.21 0.36 152.37 0.3 0.49
Hex 58 A4 81 2E 0 15 24 98 1E 31
Octal 130 244 201 56 0 25 44 230 36 61
Binary 1011000 10100100 10000001 101110 0 10101 100100 10011000 11110 110001

Color Harmonies of #58A481

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A481

Black with #58A481

Text Example


Text Example

White with #58A481

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,164,129); }

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

background-color css

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

 a { background-color: rgb(88,164,129); }

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

border-color css

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

 span { border-color: rgb(88,164,129); }

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