Html Css Color HEX #58AE77 Ocean Green

📋 copy color: '#58AE77'

red 88 ◦ green 174 ◦ blue 119

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

Shades of Ocean Green #58AE77

Tints of Ocean Green #58AE77

RGB

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

 GREEN value IS 174 (68.36% from 255) = 45.67%

 BLUE value IS 119 (46.88% from 255) = 31.23%

R = 23.1%
G = 45.67%
B = 31.23%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.32

RGB Variations

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

Color information

#58AE77 (or 0x58AE77) is known color: Ocean Green. HEX triplet: 58, AE and 77. RGB value is (88,174,119). Sum of RGB (Red+Green+Blue) = 88+174+119=381 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.10% from 381); Green value is 174 (68.36% from 255 or 45.67% from 381); Blue value is 119 (46.88% from 255 or 31.23% from 381); Max value from RGB is 174 - color contains mainly: green. Hex color #58AE77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AE77 is #A75188. Grayscale: #8E8E8E. Windows color (decimal): -10965385 or 7843416. OLE color: 7843416.

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

Color convert

RGB 88 174 119 -
CMYK 0.49 0 0.32 0.32
HSL 141.63º 0.35% 0.51% -
HSV(B) 141.63º 0.49% 0.68% -
XYZ 22.49 33.68 22.77 -
YUV 142.02 115.01 89.47 -
System Red Green Blue C M Y K H S L
Decimal 88 174 119 0.49 0 0.32 0.32 141.63 0.35 0.51
Hex 58 AE 77 31 0 20 20 8E 23 33
Octal 130 256 167 61 0 40 40 216 43 63
Binary 1011000 10101110 1110111 110001 0 100000 100000 10001110 100011 110011

Color Harmonies of #58AE77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AE77

Black with #58AE77

Text Example


Text Example

White with #58AE77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,174,119); }

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

background-color css

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

 a { background-color: rgb(88,174,119); }

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

border-color css

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

 span { border-color: rgb(88,174,119); }

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