Html Css Color HEX #559B7A Ocean Green

📋 copy color: '#559B7A'

red 85 ◦ green 155 ◦ blue 122

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

Shades of Ocean Green #559B7A

Tints of Ocean Green #559B7A

RGB

 RED value IS 85 (33.59% from 255) = 23.48%

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

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

R = 23.48%
G = 42.82%
B = 33.7%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.21

 K value IS 0.39

RGB Variations

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

Color information

#559B7A (or 0x559B7A) is known color: Ocean Green. HEX triplet: 55, 9B and 7A. RGB value is (85,155,122). Sum of RGB (Red+Green+Blue) = 85+155+122=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 155 (60.94% from 255 or 42.82% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 155 - color contains mainly: green. Hex color #559B7A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559B7A is #AA6485. Grayscale: #828282. Windows color (decimal): -11166854 or 8035157. OLE color: 8035157.

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

Color convert

RGB 85 155 122 -
CMYK 0.45 0 0.21 0.39
HSL 151.71º 0.29% 0.47% -
HSV(B) 151.71º 0.45% 0.61% -
XYZ 18.98 26.78 22.58 -
YUV 130.31 123.31 95.68 -
System Red Green Blue C M Y K H S L
Decimal 85 155 122 0.45 0 0.21 0.39 151.71 0.29 0.47
Hex 55 9B 7A 2D 0 15 27 98 1D 2F
Octal 125 233 172 55 0 25 47 230 35 57
Binary 1010101 10011011 1111010 101101 0 10101 100111 10011000 11101 101111

Color Harmonies of #559B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559B7A

Black with #559B7A

Text Example


Text Example

White with #559B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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