#55B67A

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

Shades of Ocean Green #55B67A

Tints of Ocean Green #55B67A

Color information

#55B67A (or 0x55B67A) is unknown color: approx Ocean Green. HEX triplet: 55, B6 and 7A. RGB value is (85,182,122). Sum of RGB (Red+Green+Blue) = 85+182+122=389 (51% of max value = 765). Red value is 85 (33.59% from 255 or 21.85% from 389); Green value is 182 (71.48% from 255 or 46.79% from 389); Blue value is 122 (48.05% from 255 or 31.36% from 389); Max value from RGB is 182 - color contains mainly: green. Hex color #55B67A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55B67A is #AA4985. Grayscale: #929292. Windows color (decimal): -11159942 or 8042069. OLE color: 8042069.

HSL color Cylindrical-coordinate representation of color #55B67A: hue angle of 142.89º degrees, saturation: 0.4, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #55B67A is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.29.

Color convert

RGB85182122-
CMYK0.5300.330.29
HSL142.89º39.92%52.35%-
HSV(B)142.89º53.3%71.37%-
XYZ23.9936.7924.25-
YUV146.16114.3684.38-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.85%
GREEN value IS 182 (71.48% from 255) = 46.79%
BLUE value IS 122 (48.05% from 255) = 31.36%
R=21.85%
G=46.79%
B=31.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal851821220.5300.330.29142.8939.9252.35
Hex55B67A350211D8f2834
Octal12526617265041352175064
Binary101010110110110111101011010101000011110110001111101000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B67A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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