Html Css Color HEX #589B7A Ocean Green

📋 copy color: '#589B7A'

red 88 ◦ green 155 ◦ blue 122

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

Shades of Ocean Green #589B7A

Tints of Ocean Green #589B7A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 42.47%

 BLUE value IS 122 (48.05% from 255) = 33.42%

R = 24.11%
G = 42.47%
B = 33.42%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#589B7A (or 0x589B7A) is known color: Ocean Green. HEX triplet: 58, 9B and 7A. RGB value is (88,155,122). Sum of RGB (Red+Green+Blue) = 88+155+122=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 155 (60.94% from 255 or 42.47% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 155 - color contains mainly: green. Hex color #589B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #589B7A is #A76485. Grayscale: #838383. Windows color (decimal): -10970246 or 8035160. OLE color: 8035160.

HSL color Cylindrical-coordinate representation of color #589B7A: hue angle of 150.45º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #589B7A is Cyan = 0.43, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.39.

Color convert

RGB 88 155 122 -
CMYK 0.43 0 0.21 0.39
HSL 150.45º 0.28% 0.48% -
HSV(B) 150.45º 0.43% 0.61% -
XYZ 19.26 26.92 22.59 -
YUV 131.21 122.8 97.18 -
System Red Green Blue C M Y K H S L
Decimal 88 155 122 0.43 0 0.21 0.39 150.45 0.28 0.48
Hex 58 9B 7A 2B 0 15 27 96 1C 30
Octal 130 233 172 53 0 25 47 226 34 60
Binary 1011000 10011011 1111010 101011 0 10101 100111 10010110 11100 110000

Color Harmonies of #589B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #589B7A

Black with #589B7A

Text Example


Text Example

White with #589B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #589B7A; }

 p { color: rgb(88,155,122); }

 H1.HeaderClassName
 {
   color: #589B7A;
 }
 .AnyTagClassName
 {
   color: #589B7A;
 }
</style>

background-color css

<style>
 a { background-color: #589B7A; }

 a { background-color: rgb(88,155,122); }

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

border-color css

<style>
 span { border-color: #589B7A; }

 span { border-color: rgb(88,155,122); }

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