Html Css Color HEX #58AD7F Ocean Green

📋 copy color: '#58AD7F'

red 88 ◦ green 173 ◦ blue 127

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

Shades of Ocean Green #58AD7F

Tints of Ocean Green #58AD7F

RGB

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

 GREEN value IS 173 (67.97% from 255) = 44.59%

 BLUE value IS 127 (50% from 255) = 32.73%

R = 22.68%
G = 44.59%
B = 32.73%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.27

 K value IS 0.32

RGB Variations

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

Color information

#58AD7F (or 0x58AD7F) is known color: Ocean Green. HEX triplet: 58, AD and 7F. RGB value is (88,173,127). Sum of RGB (Red+Green+Blue) = 88+173+127=388 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.68% from 388); Green value is 173 (67.97% from 255 or 44.59% from 388); Blue value is 127 (50% from 255 or 32.73% from 388); Max value from RGB is 173 - color contains mainly: green. Hex color #58AD7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AD7F is #A75280. Grayscale: #8E8E8E. Windows color (decimal): -10965633 or 8367448. OLE color: 8367448.

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

Color convert

RGB 88 173 127 -
CMYK 0.49 0 0.27 0.32
HSL 147.53º 0.34% 0.51% -
HSV(B) 147.53º 0.49% 0.68% -
XYZ 22.8 33.49 25.34 -
YUV 142.34 119.34 89.24 -
System Red Green Blue C M Y K H S L
Decimal 88 173 127 0.49 0 0.27 0.32 147.53 0.34 0.51
Hex 58 AD 7F 31 0 1B 20 94 22 33
Octal 130 255 177 61 0 33 40 224 42 63
Binary 1011000 10101101 1111111 110001 0 11011 100000 10010100 100010 110011

Color Harmonies of #58AD7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AD7F

Black with #58AD7F

Text Example


Text Example

White with #58AD7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,173,127); }

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

background-color css

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

 a { background-color: rgb(88,173,127); }

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

border-color css

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

 span { border-color: rgb(88,173,127); }

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