Html Css Color HEX #58AF74 Ocean Green

📋 copy color: '#58AF74'

red 88 ◦ green 175 ◦ blue 116

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

Shades of Ocean Green #58AF74

Tints of Ocean Green #58AF74

RGB

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

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

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

R = 23.22%
G = 46.17%
B = 30.61%

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

#58AF74 (or 0x58AF74) is known color: Ocean Green. HEX triplet: 58, AF and 74. RGB value is (88,175,116). Sum of RGB (Red+Green+Blue) = 88+175+116=379 (50% of max value = 765). Red value is 88 (34.77% from 255 or 23.22% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 116 (45.70% from 255 or 30.61% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF74 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58AF74 is #A7508B. Grayscale: #8E8E8E. Windows color (decimal): -10965132 or 7647064. OLE color: 7647064.

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

Color convert

RGB 88 175 116 -
CMYK 0.50 0 0.34 0.31
HSL 139.31º 0.35% 0.52% -
HSV(B) 139.31º 0.5% 0.69% -
XYZ 22.51 34 21.9 -
YUV 142.26 113.18 89.3 -
System Red Green Blue C M Y K H S L
Decimal 88 175 116 0.50 0 0.34 0.31 139.31 0.35 0.52
Hex 58 AF 74 32 0 22 1F 8B 23 34
Octal 130 257 164 62 0 42 37 213 43 64
Binary 1011000 10101111 1110100 110010 0 100010 11111 10001011 100011 110100

Color Harmonies of #58AF74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF74

Black with #58AF74

Text Example


Text Example

White with #58AF74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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