Html Css Color HEX #58A069 Ocean Green

📋 copy color: '#58A069'

red 88 ◦ green 160 ◦ blue 105

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

Shades of Ocean Green #58A069

Tints of Ocean Green #58A069

RGB

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

 GREEN value IS 160 (62.89% from 255) = 45.33%

 BLUE value IS 105 (41.41% from 255) = 29.75%

R = 24.93%
G = 45.33%
B = 29.75%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.34

 K value IS 0.37

RGB Variations

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

Color information

#58A069 (or 0x58A069) is known color: Ocean Green. HEX triplet: 58, A0 and 69. RGB value is (88,160,105). Sum of RGB (Red+Green+Blue) = 88+160+105=353 (46% of max value = 765). Red value is 88 (34.77% from 255 or 24.93% from 353); Green value is 160 (62.89% from 255 or 45.33% from 353); Blue value is 105 (41.41% from 255 or 29.75% from 353); Max value from RGB is 160 - color contains mainly: green. Hex color #58A069 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58A069 is #A75F96. Grayscale: #848484. Windows color (decimal): -10968983 or 6922328. OLE color: 6922328.

HSL color Cylindrical-coordinate representation of color #58A069: hue angle of 134.17º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #58A069 is Cyan = 0.45, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.37.

Color convert

RGB 88 160 105 -
CMYK 0.45 0 0.34 0.37
HSL 134.17º 0.29% 0.49% -
HSV(B) 134.17º 0.45% 0.63% -
XYZ 19.15 28.24 17.81 -
YUV 132.2 112.65 96.47 -
System Red Green Blue C M Y K H S L
Decimal 88 160 105 0.45 0 0.34 0.37 134.17 0.29 0.49
Hex 58 A0 69 2D 0 22 25 86 1D 31
Octal 130 240 151 55 0 42 45 206 35 61
Binary 1011000 10100000 1101001 101101 0 100010 100101 10000110 11101 110001

Color Harmonies of #58A069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58A069

Black with #58A069

Text Example


Text Example

White with #58A069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,160,105); }

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

background-color css

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

 a { background-color: rgb(88,160,105); }

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

border-color css

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

 span { border-color: rgb(88,160,105); }

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