Html Css Color HEX #58B078 Ocean Green

📋 copy color: '#58B078'

red 88 ◦ green 176 ◦ blue 120

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

Shades of Ocean Green #58B078

Tints of Ocean Green #58B078

RGB

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

 GREEN value IS 176 (69.14% from 255) = 45.83%

 BLUE value IS 120 (47.27% from 255) = 31.25%

R = 22.92%
G = 45.83%
B = 31.25%

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

#58B078 (or 0x58B078) is known color: Ocean Green. HEX triplet: 58, B0 and 78. RGB value is (88,176,120). Sum of RGB (Red+Green+Blue) = 88+176+120=384 (50% of max value = 765). Red value is 88 (34.77% from 255 or 22.92% from 384); Green value is 176 (69.14% from 255 or 45.83% from 384); Blue value is 120 (47.27% from 255 or 31.25% from 384); Max value from RGB is 176 - color contains mainly: green. Hex color #58B078 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #58B078 is #A74F87. Grayscale: #8F8F8F. Windows color (decimal): -10964872 or 7909464. OLE color: 7909464.

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

Color convert

RGB 88 176 120 -
CMYK 0.50 0 0.32 0.31
HSL 141.82º 0.36% 0.52% -
HSV(B) 141.82º 0.5% 0.69% -
XYZ 22.94 34.48 23.22 -
YUV 143.3 114.85 88.55 -
System Red Green Blue C M Y K H S L
Decimal 88 176 120 0.50 0 0.32 0.31 141.82 0.36 0.52
Hex 58 B0 78 32 0 20 1F 8E 24 34
Octal 130 260 170 62 0 40 37 216 44 64
Binary 1011000 10110000 1111000 110010 0 100000 11111 10001110 100100 110100

Color Harmonies of #58B078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58B078

Black with #58B078

Text Example


Text Example

White with #58B078

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(88,176,120); }

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

background-color css

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

 a { background-color: rgb(88,176,120); }

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

border-color css

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

 span { border-color: rgb(88,176,120); }

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