Html Css Color HEX #58AF77 Ocean Green

📋 copy color: '#58AF77'

red 88 ◦ green 175 ◦ blue 119

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

Shades of Ocean Green #58AF77

Tints of Ocean Green #58AF77

RGB

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

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

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

R = 23.04%
G = 45.81%
B = 31.15%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.32

 K value IS 0.31

RGB Variations

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

Color information

#58AF77 (or 0x58AF77) is known color: Ocean Green. HEX triplet: 58, AF and 77. RGB value is (88,175,119). Sum of RGB (Red+Green+Blue) = 88+175+119=382 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.04% from 382); Green value is 175 (68.75% from 255 or 45.81% from 382); Blue value is 119 (46.88% from 255 or 31.15% from 382); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF77 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF77 is #A75088. Grayscale: #8E8E8E. Windows color (decimal): -10965129 or 7843672. OLE color: 7843672.

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

Color convert

RGB 88 175 119 -
CMYK 0.50 0 0.32 0.31
HSL 141.38º 0.35% 0.52% -
HSV(B) 141.38º 0.5% 0.69% -
XYZ 22.68 34.07 22.83 -
YUV 142.6 114.68 89.05 -
System Red Green Blue C M Y K H S L
Decimal 88 175 119 0.50 0 0.32 0.31 141.38 0.35 0.52
Hex 58 AF 77 32 0 20 1F 8D 23 34
Octal 130 257 167 62 0 40 37 215 43 64
Binary 1011000 10101111 1110111 110010 0 100000 11111 10001101 100011 110100

Color Harmonies of #58AF77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF77

Black with #58AF77

Text Example


Text Example

White with #58AF77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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