#55a77a

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

Shades of Ocean Green #55A77A

Tints of Ocean Green #55A77A

Color information

#55A77A (or 0x55A77A) is unknown color: approx Ocean Green. HEX triplet: 55, A7 and 7A. RGB value is (85,167,122). Sum of RGB (Red+Green+Blue) = 85+167+122=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 167 (65.62% from 255 or 44.65% from 374); Blue value is 122 (48.05% from 255 or 32.62% from 374); Max value from RGB is 167 - color contains mainly: green. Hex color #55A77A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A77A is #AA5885. Grayscale: #898989. Windows color (decimal): -11163782 or 8038229. OLE color: 8038229.

HSL color Cylindrical-coordinate representation of color #55A77A: hue angle of 147.07º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A77A is Cyan = 0.49, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB85167122-
CMYK0.4900.270.35
HSL147.07º32.54%49.41%-
HSV(B)147.07º49.1%65.49%-
XYZ21.0830.9723.28-
YUV137.35119.3390.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.73%
GREEN value IS 167 (65.62% from 255) = 44.65%
BLUE value IS 122 (48.05% from 255) = 32.62%
R=22.73%
G=44.65%
B=32.62%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671220.4900.270.35147.0732.5449.41
Hex55A77A3101B23932131
Octal12524717261033432234161
Binary101010110100111111101011000101101110001110010011100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55a77a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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