Html Css Color HEX #58AF81 Ocean Green

📋 copy color: '#58AF81'

red 88 ◦ green 175 ◦ blue 129

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

Shades of Ocean Green #58AF81

Tints of Ocean Green #58AF81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 32.91%

R = 22.45%
G = 44.64%
B = 32.91%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.31

RGB Variations

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

Color information

#58AF81 (or 0x58AF81) is known color: Ocean Green. HEX triplet: 58, AF and 81. RGB value is (88,175,129). Sum of RGB (Red+Green+Blue) = 88+175+129=392 (51% of max value = 765). Red value is 88 (34.77% from 255 or 22.45% from 392); Green value is 175 (68.75% from 255 or 44.64% from 392); Blue value is 129 (50.78% from 255 or 32.91% from 392); Max value from RGB is 175 - color contains mainly: green. Hex color #58AF81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #58AF81 is #A7507E. Grayscale: #8F8F8F. Windows color (decimal): -10965119 or 8499032. OLE color: 8499032.

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

Color convert

RGB 88 175 129 -
CMYK 0.50 0 0.26 0.31
HSL 148.28º 0.35% 0.52% -
HSV(B) 148.28º 0.5% 0.69% -
XYZ 23.32 34.32 26.16 -
YUV 143.74 119.68 88.24 -
System Red Green Blue C M Y K H S L
Decimal 88 175 129 0.50 0 0.26 0.31 148.28 0.35 0.52
Hex 58 AF 81 32 0 1A 1F 94 23 34
Octal 130 257 201 62 0 32 37 224 43 64
Binary 1011000 10101111 10000001 110010 0 11010 11111 10010100 100011 110100

Color Harmonies of #58AF81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58AF81

Black with #58AF81

Text Example


Text Example

White with #58AF81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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