Html Css Color HEX #58A77C Ocean Green

📋 copy color: '#58A77C'

red 88 ◦ green 167 ◦ blue 124

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

Shades of Ocean Green #58A77C

Tints of Ocean Green #58A77C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 44.06%

 BLUE value IS 124 (48.83% from 255) = 32.72%

R = 23.22%
G = 44.06%
B = 32.72%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#58A77C (or 0x58A77C) is known color: Ocean Green. HEX triplet: 58, A7 and 7C. RGB value is (88,167,124). Sum of RGB (Red+Green+Blue) = 88+167+124=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 167 (65.62% from 255 or 44.06% from 379); Blue value is 124 (48.83% from 255 or 32.72% from 379); Max value from RGB is 167 - color contains mainly: green. Hex color #58A77C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A77C is #A75883. Grayscale: #8A8A8A. Windows color (decimal): -10967172 or 8169304. OLE color: 8169304.

HSL color Cylindrical-coordinate representation of color #58A77C: hue angle of 147.34º degrees, saturation: 0.31, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #58A77C is Cyan = 0.47, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 167 124 -
CMYK 0.47 0 0.26 0.35
HSL 147.34º 0.31% 0.5% -
HSV(B) 147.34º 0.47% 0.65% -
XYZ 21.48 31.17 23.95 -
YUV 138.48 119.83 92 -
System Red Green Blue C M Y K H S L
Decimal 88 167 124 0.47 0 0.26 0.35 147.34 0.31 0.5
Hex 58 A7 7C 2F 0 1A 23 93 1F 32
Octal 130 247 174 57 0 32 43 223 37 62
Binary 1011000 10100111 1111100 101111 0 11010 100011 10010011 11111 110010

Color Harmonies of #58A77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A77C

Black with #58A77C

Text Example


Text Example

White with #58A77C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,167,124); }

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

background-color css

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

 a { background-color: rgb(88,167,124); }

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

border-color css

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

 span { border-color: rgb(88,167,124); }

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