Html Css Color HEX #58A883 Ocean Green

📋 copy color: '#58A883'

red 88 ◦ green 168 ◦ blue 131

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

Shades of Ocean Green #58A883

Tints of Ocean Green #58A883

RGB

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

 GREEN value IS 168 (66.02% from 255) = 43.41%

 BLUE value IS 131 (51.56% from 255) = 33.85%

R = 22.74%
G = 43.41%
B = 33.85%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.22

 K value IS 0.34

RGB Variations

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

Color information

#58A883 (or 0x58A883) is known color: Ocean Green. HEX triplet: 58, A8 and 83. RGB value is (88,168,131). Sum of RGB (Red+Green+Blue) = 88+168+131=387 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.74% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 131 (51.56% from 255 or 33.85% from 387); Max value from RGB is 168 - color contains mainly: green. Hex color #58A883 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58A883 is #A7577C. Grayscale: #8B8B8B. Windows color (decimal): -10966909 or 8628312. OLE color: 8628312.

HSL color Cylindrical-coordinate representation of color #58A883: hue angle of 152.25º degrees, saturation: 0.31, 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 #58A883 is Cyan = 0.48, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.34.

Color convert

RGB 88 168 131 -
CMYK 0.48 0 0.22 0.34
HSL 152.25º 0.31% 0.5% -
HSV(B) 152.25º 0.48% 0.66% -
XYZ 22.12 31.72 26.43 -
YUV 139.86 123 91.01 -
System Red Green Blue C M Y K H S L
Decimal 88 168 131 0.48 0 0.22 0.34 152.25 0.31 0.5
Hex 58 A8 83 30 0 16 22 98 1F 32
Octal 130 250 203 60 0 26 42 230 37 62
Binary 1011000 10101000 10000011 110000 0 10110 100010 10011000 11111 110010

Color Harmonies of #58A883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A883

Black with #58A883

Text Example


Text Example

White with #58A883

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,168,131); }

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

background-color css

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

 a { background-color: rgb(88,168,131); }

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

border-color css

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

 span { border-color: rgb(88,168,131); }

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