Html Css Color HEX #58AB74 Ocean Green

📋 copy color: '#58AB74'

red 88 ◦ green 171 ◦ blue 116

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

Shades of Ocean Green #58AB74

Tints of Ocean Green #58AB74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 30.93%

R = 23.47%
G = 45.6%
B = 30.93%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.32

 K value IS 0.33

RGB Variations

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

Color information

#58AB74 (or 0x58AB74) is known color: Ocean Green. HEX triplet: 58, AB and 74. RGB value is (88,171,116). Sum of RGB (Red+Green+Blue) = 88+171+116=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 171 (67.19% from 255 or 45.6% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 171 - color contains mainly: green. Hex color #58AB74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AB74 is #A7548B. Grayscale: #8C8C8C. Windows color (decimal): -10966156 or 7646040. OLE color: 7646040.

HSL color Cylindrical-coordinate representation of color #58AB74: hue angle of 140.24º 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 #58AB74 is Cyan = 0.49, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB 88 171 116 -
CMYK 0.49 0 0.32 0.33
HSL 140.24º 0.33% 0.51% -
HSV(B) 140.24º 0.49% 0.67% -
XYZ 21.74 32.46 21.64 -
YUV 139.91 114.5 90.97 -
System Red Green Blue C M Y K H S L
Decimal 88 171 116 0.49 0 0.32 0.33 140.24 0.33 0.51
Hex 58 AB 74 31 0 20 21 8C 21 33
Octal 130 253 164 61 0 40 41 214 41 63
Binary 1011000 10101011 1110100 110001 0 100000 100001 10001100 100001 110011

Color Harmonies of #58AB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AB74

Black with #58AB74

Text Example


Text Example

White with #58AB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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