Html Css Color HEX #58AB80 Ocean Green

📋 copy color: '#58AB80'

red 88 ◦ green 171 ◦ blue 128

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

Shades of Ocean Green #58AB80

Tints of Ocean Green #58AB80

RGB

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

 GREEN value IS 171 (67.19% from 255) = 44.19%

 BLUE value IS 128 (50.39% from 255) = 33.07%

R = 22.74%
G = 44.19%
B = 33.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#58AB80 (or 0x58AB80) is known color: Ocean Green. HEX triplet: 58, AB and 80. RGB value is (88,171,128). Sum of RGB (Red+Green+Blue) = 88+171+128=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 171 (67.19% from 255 or 44.19% from 387); Blue value is 128 (50.39% from 255 or 33.07% from 387); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AB80 is #A7547F. Grayscale: #8D8D8D. Windows color (decimal): -10966144 or 8432472. OLE color: 8432472.

HSL color Cylindrical-coordinate representation of color #58AB80: hue angle of 148.92º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #58AB80 is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 171 128 -
CMYK 0.49 0 0.25 0.33
HSL 148.92º 0.33% 0.51% -
HSV(B) 148.92º 0.49% 0.67% -
XYZ 22.48 32.76 25.56 -
YUV 141.28 120.5 90 -
System Red Green Blue C M Y K H S L
Decimal 88 171 128 0.49 0 0.25 0.33 148.92 0.33 0.51
Hex 58 AB 80 31 0 19 21 95 21 33
Octal 130 253 200 61 0 31 41 225 41 63
Binary 1011000 10101011 10000000 110001 0 11001 100001 10010101 100001 110011

Color Harmonies of #58AB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AB80

Black with #58AB80

Text Example


Text Example

White with #58AB80

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,171,128); }

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

background-color css

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

 a { background-color: rgb(88,171,128); }

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

border-color css

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

 span { border-color: rgb(88,171,128); }

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