#55A77E

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

Shades of Ocean Green #55A77E

Tints of Ocean Green #55A77E

Color information

#55A77E (or 0x55A77E) is unknown color: approx Ocean Green. HEX triplet: 55, A7 and 7E. RGB value is (85,167,126). Sum of RGB (Red+Green+Blue) = 85+167+126=378 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.49% from 378); Green value is 167 (65.62% from 255 or 44.18% from 378); Blue value is 126 (49.61% from 255 or 33.33% from 378); Max value from RGB is 167 - color contains mainly: green. Hex color #55A77E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55A77E is #AA5881. Grayscale: #898989. Windows color (decimal): -11163778 or 8300373. OLE color: 8300373.

HSL color Cylindrical-coordinate representation of color #55A77E: hue angle of 150º 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 #55A77E is Cyan = 0.49, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.35.

Color convert

RGB85167126-
CMYK0.4900.250.35
HSL150º32.54%49.41%-
HSV(B)150º49.1%65.49%-
XYZ21.3331.0824.61-
YUV137.81121.3390.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.49%
GREEN value IS 167 (65.62% from 255) = 44.18%
BLUE value IS 126 (49.61% from 255) = 33.33%
R=22.49%
G=44.18%
B=33.33%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671260.4900.250.3515032.5449.41
Hex55A77E3101923962131
Octal12524717661031432264161
Binary101010110100111111111011000101100110001110010110100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A77E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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