Html Css Color HEX #58B482 Ocean Green

📋 copy color: '#58B482'

red 88 ◦ green 180 ◦ blue 130

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

Shades of Ocean Green #58B482

Tints of Ocean Green #58B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.23%

 BLUE value IS 130 (51.17% from 255) = 32.66%

R = 22.11%
G = 45.23%
B = 32.66%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#58B482 (or 0x58B482) is known color: Ocean Green. HEX triplet: 58, B4 and 82. RGB value is (88,180,130). Sum of RGB (Red+Green+Blue) = 88+180+130=398 (52% of max value = 765). Red value is 88 (34.77% from 255 or 22.11% from 398); Green value is 180 (70.70% from 255 or 45.23% from 398); Blue value is 130 (51.17% from 255 or 32.66% from 398); Max value from RGB is 180 - color contains mainly: green. Hex color #58B482 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #58B482 is #A74B7D. Grayscale: #929292. Windows color (decimal): -10963838 or 8565848. OLE color: 8565848.

HSL color Cylindrical-coordinate representation of color #58B482: hue angle of 147.39º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #58B482 is Cyan = 0.51, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 88 180 130 -
CMYK 0.51 0 0.28 0.29
HSL 147.39º 0.38% 0.53% -
HSV(B) 147.39º 0.51% 0.71% -
XYZ 24.38 36.33 26.85 -
YUV 146.79 118.52 86.07 -
System Red Green Blue C M Y K H S L
Decimal 88 180 130 0.51 0 0.28 0.29 147.39 0.38 0.53
Hex 58 B4 82 33 0 1C 1D 93 26 35
Octal 130 264 202 63 0 34 35 223 46 65
Binary 1011000 10110100 10000010 110011 0 11100 11101 10010011 100110 110101

Color Harmonies of #58B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B482

Black with #58B482

Text Example


Text Example

White with #58B482

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,180,130); }

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

background-color css

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

 a { background-color: rgb(88,180,130); }

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

border-color css

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

 span { border-color: rgb(88,180,130); }

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