#55B37C

Color #55B37C Ocean Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ocean Green #55B37C

Tints of Ocean Green #55B37C

Color information

#55B37C (or 0x55B37C) is unknown color: approx Ocean Green. HEX triplet: 55, B3 and 7C. RGB value is (85,179,124). Sum of RGB (Red+Green+Blue) = 85+179+124=388 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.91% from 388); Green value is 179 (70.31% from 255 or 46.13% from 388); Blue value is 124 (48.83% from 255 or 31.96% from 388); Max value from RGB is 179 - color contains mainly: green. Hex color #55B37C is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B37C is #AA4C83. Grayscale: #909090. Windows color (decimal): -11160708 or 8172373. OLE color: 8172373.

HSL color Cylindrical-coordinate representation of color #55B37C: hue angle of 144.89º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B37C is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.30.

Color convert

RGB85179124-
CMYK0.5300.310.30
HSL144.89º38.21%51.76%-
HSV(B)144.89º52.51%70.2%-
XYZ23.535.6324.71-
YUV144.62116.3685.47-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.91%
GREEN value IS 179 (70.31% from 255) = 46.13%
BLUE value IS 124 (48.83% from 255) = 31.96%
R=21.91%
G=46.13%
B=31.96%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal851791240.5300.310.30144.8938.2151.76
Hex55B37C3501F1E912634
Octal12526317465037362214664
Binary10101011011001111111001101010111111111010010001100110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B37C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55B37C; }

 p { color: rgb(85,179,124); }

 H1.HeaderClassName
 {
   color: #55B37C;
 }
 .AnyTagClassName
 {
   color: #55B37C;
 }
</style>
background-color css

<style>
 a { background-color: #55B37C; }

 a { background-color: rgb(85,179,124); }

 div.DivClassName
 {
   background-color: #55B37C;
 }
 .BgClassName
 {
   background-color: #55B37C;
 }
</style>
border-color css

<style>
 span { border-color: #55B37C; }

 span { border-color: rgb(85,179,124); }

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