Html Css Color HEX #58AF73 Ocean Green

📋 copy color: '#58AF73'

red 88 ◦ green 175 ◦ blue 115

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

Shades of Ocean Green #58AF73

Tints of Ocean Green #58AF73

RGB

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

 GREEN value IS 175 (68.75% from 255) = 46.3%

 BLUE value IS 115 (45.31% from 255) = 30.42%

R = 23.28%
G = 46.3%
B = 30.42%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.34

 K value IS 0.31

RGB Variations

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

Color information

#58AF73 (or 0x58AF73) is known color: Ocean Green. HEX triplet: 58, AF and 73. RGB value is (88,175,115). Sum of RGB (Red+Green+Blue) = 88+175+115=378 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.28% from 378); Green value is 175 (68.75% from 255 or 46.30% from 378); Blue value is 115 (45.31% from 255 or 30.42% from 378); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF73 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF73 is #A7508C. Grayscale: #8E8E8E. Windows color (decimal): -10965133 or 7581528. OLE color: 7581528.

HSL color Cylindrical-coordinate representation of color #58AF73: hue angle of 138.62º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #58AF73 is Cyan = 0.50, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.31.

Color convert

RGB 88 175 115 -
CMYK 0.50 0 0.34 0.31
HSL 138.62º 0.35% 0.52% -
HSV(B) 138.62º 0.5% 0.69% -
XYZ 22.45 33.97 21.59 -
YUV 142.15 112.68 89.38 -
System Red Green Blue C M Y K H S L
Decimal 88 175 115 0.50 0 0.34 0.31 138.62 0.35 0.52
Hex 58 AF 73 32 0 22 1F 8B 23 34
Octal 130 257 163 62 0 42 37 213 43 64
Binary 1011000 10101111 1110011 110010 0 100010 11111 10001011 100011 110100

Color Harmonies of #58AF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF73

Black with #58AF73

Text Example


Text Example

White with #58AF73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,175,115); }

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

background-color css

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

 a { background-color: rgb(88,175,115); }

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

border-color css

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

 span { border-color: rgb(88,175,115); }

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